Re: [Openerp-connector-community] active field on magento tables

2014-05-14 Thread Markus Schneider
Hi David, i agree that for the following model the active sync is helpful: magento_backend magento_product_product magento_store magento_storeview magento_website So this also save the problem, if you disable a Magento store, so you can disable the magento_backend. There was unfinished

Re: [Openerp-connector-community] active field on magento tables

2014-05-14 Thread Guewen Baconnier
On 05/13/2014 03:56 PM, David Beal wrote: Hi connectoristas, In 2 of our projects we need to use active field in magento_product_product and magento_storeview use cases: magento_product_product : A product of one sale order has been deleted in Magento. The order can't be imported

Re: [Openerp-connector-community] active field on magento tables

2014-05-14 Thread Markus Schneider
so the name my be 'active_sync' or 'update_external' or may be 'no_update_sync' to make it consistent to the 'no_stock_sync' flag we add recently. On 14.05.2014 10:25, Guewen Baconnier wrote: Hi, I think that adding flags to prevent syncs could be useful, but I'm not sure that we should use

Re: [Openerp-connector-community] active field on magento tables

2014-05-14 Thread Guewen Baconnier
On 05/14/2014 10:30 AM, Markus Schneider wrote: so the name my be 'active_sync' or 'update_external' or may be 'no_update_sync' to make it consistent to the 'no_stock_sync' flag we add recently. 'no_export_sync' to be consistent with 'no_stock_sync' and the 'export' term used in many places

Re: [Openerp-connector-community] active field on magento tables

2014-05-14 Thread David Beal
Hi, Ok for 'no_export_sync' in magento_product_product to prevent export to magento but to prevent sale_order import from one particular storeview, which field name ? David BEAL Akretion OpenERP Development - Integration +33 (0)6 67 22 86 89 +33 (0)4 82 53 84 60 2014-05-14 10:34 GMT+02:00

Re: [Openerp-connector-community] Storing Images

2014-05-14 Thread Markus Schneider
Hi Sebastien, we just looking on your solution to get ideas how to implemented a Attachment field with additional meta data. This helps us a lot, thank you for sharing your work. So i just want to share my thoughts about your implementation. So you solve two problems in one module. I suggest to

Re: [Openerp-connector-community] adding product to magento via OpenERP

2014-05-14 Thread Adam Langowski / IDEA07 Studio Kreatywne
Hello, I try to install connector-magentoconnect-catalogin development version. In dependencies now is 'product_image', previously was 'product_images'. Can anybody tell me where I can find 'product_image' module, because it seems to be something new? Kind Regards Adam Langowski W dniu

Re: [Openerp-connector-community] adding product to magento via OpenERP

2014-05-14 Thread David Beal
Here https://code.launchpad.net/~akretion-team/openerp-product-attributes/openerp-product-attributes-image David BEAL Akretion OpenERP Development - Integration +33 (0)6 67 22 86 89 +33 (0)4 82 53 84 60 2014-05-14 10:51 GMT+02:00 Adam Langowski / IDEA07 Studio Kreatywne

Re: [Openerp-connector-community] Storing Images

2014-05-14 Thread Paul Catinean
Hello Sebastien, I was just trying to find a solution for this yet again and I noticed there is no complete module out there for product images that is accessible to everyone (you are right about the default_code) This is an interesting project and I hope to contribute to it if I can, code,

Re: [Openerp-connector-community] adding product to magento via OpenERP

2014-05-14 Thread Adam Langowski / IDEA07 Studio Kreatywne
Hello, I'm almost install 'magentoerpconnect_catalog', but I've got problem at the end: ImportError: cannot import name MagentoTranslationExporter Does anybody knows what is wrong? Kind Regards Adam Langowski W dniu 2014-05-14 10:55, David Beal pisze: Here

Re: [Openerp-connector-community] adding product to magento via OpenERP

2014-05-14 Thread Adam Langowski / IDEA07 Studio Kreatywne
Hello, I'm almost install 'magentoerpconnect_catalog', but I've got problem at the end: ImportError: cannot import name MagentoTranslationExporter Does anybody knows what is wrong? Kind Regards Adam Langowski W dniu 2014-05-14 10:55, David Beal pisze: Here

Re: [Openerp-connector-community] adding product to magento via OpenERP

2014-05-14 Thread Adam Langowski / IDEA07 Studio Kreatywne
Hello, so now I realize it's incompatibility between https://code.launchpad.net/~akretion-team/openerp-connector-magento/connector-magentoconnect-catalog and https://code.launchpad.net/~openerp-connector-core-editors/openerp-connector-magento/7.0-next-release In first one

Re: [Openerp-connector-community] adding product to magento via OpenERP

2014-05-14 Thread David Beal
2014-05-14 17:00 GMT+02:00 Adam Langowski / IDEA07 Studio Kreatywne adam.langow...@idea07.pl: connector-magentoconnect-catalog connector-magentoconnect-catalog is experimental : it needs - unit tests - code conversion to the last version of connector Information updtaed here