Example #1
0
 def createRabbitMQfO(self, cr, uid, categories, types):
     api = RabbitMQ()
     return api.createRabbitMQfO(cr, uid, categories, self,
                                 self.pool.get('general.synchronization'),
                                 'product_public_category',
                                 'product_public_category_logs', types)
Example #2
0
 def createRabbitMQfO(self, cr, uid, datas, types):
     api = RabbitMQ()
     return api.createRabbitMQfO(cr, uid, datas, self,
                                 self.pool.get('general.synchronization'),
                                 'odoo_change_Knumber',
                                 'odoo_change_Knumber_logs', types)
Example #3
0
 def createRabbitMQfO(self, cr, uid, products, types):
     api = RabbitMQ()
     return api.createRabbitMQfO(cr, uid, products, self,
                                 self.pool.get('general.synchronization'),
                                 'product_product', 'product_product_logs',
                                 types)
Example #4
0
 def createRabbitMQfO(self, cr, uid, countries, types):
     api = RabbitMQ()
     return api.createRabbitMQfO(cr, uid, countries, self, self.pool.get('general.synchronization'), 'country', 'country_logs', types)
Example #5
0
 def createRabbitMQfO(self, cr, uid, states, types):
     api = RabbitMQ()
     return api.createRabbitMQfO(cr, uid, states, self,
                                 self.pool.get('general.synchronization'),
                                 'state', 'state_logs', types)