Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[WIP] Magentoerpconnect catalog simple #146

Closed
wants to merge 94 commits into from
Closed
Changes from 2 commits
Commits
Show all changes
94 commits
Select commit Hold shift + click to select a range
10e15d0
Update the mailing list address
guewen Oct 30, 2015
43665bd
IMP. Account analytic account and Fiscal Position on Sale Order.
lmignon Nov 26, 2015
ce2c435
Prepare ground for a simple product catalog export
sebastienbeau Jun 18, 2014
60eefb7
Add a finalizer and mapper ConnectorUnit for products imports
guewen Sep 8, 2015
c0420e1
[FIX] remove 'status' field from view because 'status' field does not…
damdam-s Sep 9, 2015
fe54722
fixup! Add a finalizer and mapper ConnectorUnit for products imports
guewen Sep 9, 2015
0648b9e
Add README.rst
nbessi Jul 29, 2015
881e829
Porting server_env_magentoerpconnect
nbessi Jul 29, 2015
54eeb65
Fix import
nbessi Jul 29, 2015
c4da29f
Add docstring
nbessi Jul 29, 2015
664b76f
Add symlink to server_environment_files
nbessi Aug 11, 2015
6df5d6a
[ADD] add module 'magentoerpconnect_catalog_simple'
damdam-s Sep 8, 2015
96eea47
Organize the folders with subdirectories
guewen Sep 8, 2015
700e3fb
[IMP] add import of attribute set when importing product
damdam-s Sep 9, 2015
5b63a82
[IMP] use 'import_dependency' method instead of rewriting importation
damdam-s Sep 10, 2015
de85d04
[IMP] import attribute.set in base connector
damdam-s Sep 10, 2015
19f7db0
[FIX] special binder for magento object which are not inherits from odoo
damdam-s Sep 11, 2015
8a5f97b
[IMP] add export functionnality (default required fields in Magento)
damdam-s Sep 11, 2015
6281288
[IMP] do not allow to edit 'magento.attribute.set' in form view
damdam-s Sep 11, 2015
eb4083b
[IMP] export/import tax_class_id field on magento
damdam-s Sep 11, 2015
d70a25d
[IMP] add translation exporter for product.product
damdam-s Sep 14, 2015
fdcbbd0
[IMP] remove readonly on some fields for export functionality
damdam-s Sep 16, 2015
6875f3b
[IMP] export translations
damdam-s Sep 16, 2015
141ebd2
[FIX] tests
damdam-s Sep 17, 2015
e2d6340
[FIX] test
damdam-s Sep 17, 2015
e2ed19b
[IMP] fix tests because of new required fields
damdam-s Sep 17, 2015
1500871
[FIX] remove required on attribute_set_id field on product.template o…
damdam-s Sep 17, 2015
25e16e0
[FIX] do not export a product twice
damdam-s Sep 17, 2015
822dddf
[IMP] start testing product export
damdam-s Sep 17, 2015
19b6b1d
[FIX] tests
damdam-s Sep 22, 2015
ac4d2ec
[FIX] tests
damdam-s Sep 23, 2015
96a87a1
[IMP] test write
damdam-s Sep 23, 2015
1a6fdaf
[FIX] export inventory on create product in Magento to be able to see it
damdam-s Oct 13, 2015
5a3e1fe
[IMP] add autobinding functionality
damdam-s Oct 13, 2015
0b75fbe
[IMP] add access rights
damdam-s Oct 14, 2015
506f62e
[IMP] export attribute set
damdam-s Oct 28, 2015
04f358a
[FIX] do not autobind when importing a product
damdam-s Nov 2, 2015
e0c0105
[FIX] flake8
damdam-s Nov 27, 2015
c11fdbf
[FIX] travis file
damdam-s Nov 30, 2015
8b450d6
Adjust docs build to use 'dependencies' path
guewen Dec 1, 2015
74283e1
[8.0] add missing ACL to allow warehouse user to deliver an order
Dec 2, 2015
f458d07
Merge pull request #180 from acsone/8.0-magentoerpconnect-fix-acl-cpi
pedrobaeza Dec 4, 2015
1f58d50
Merge pull request #177 from guewen/fix-docs
gurneyalex Dec 4, 2015
54ceae9
Merge pull request #160 from guewen/8.0-ml-url
guewen Dec 15, 2015
4c323b4
Merge pull request #176 from acsone/8.0-sale_order_import_options-lmi
guewen Dec 16, 2015
a5fc5e3
OCA Transbot updated translations from Transifex
oca-transbot Dec 19, 2015
6479994
normalize version number
sbidoul Dec 29, 2015
b6d2f8c
Merge pull request #187 from OCA/sbidoul-patch-1
sbidoul Jan 4, 2016
127448d
[UPD] addons table in README.md
OCA-git-bot Jan 5, 2016
426f8fe
[fix] compute function of many2one now returns record not int
gfcapalbo Jan 15, 2016
01879be
OCA Transbot updated translations from Transifex
oca-transbot Jan 23, 2016
59fab51
Fix flake8 warning, operator after line break
guewen Jan 28, 2016
dba88b4
Merge pull request #194 from gfcapalbo/8.0-magentoerp_pricing_fix_def…
guewen Feb 12, 2016
468a86a
Merge pull request #195 from guewen/fix-flake8
StefanRijnhart Feb 12, 2016
ed765fd
OCA Transbot updated translations from Transifex
oca-transbot Feb 27, 2016
7a9c5f5
Prepare ground for a simple product catalog export
sebastienbeau Jun 18, 2014
3793a1a
Add a finalizer and mapper ConnectorUnit for products imports
guewen Sep 8, 2015
c93fc33
[FIX] remove 'status' field from view because 'status' field does not…
damdam-s Sep 9, 2015
c7ef646
fixup! Add a finalizer and mapper ConnectorUnit for products imports
guewen Sep 9, 2015
2d0197a
Add README.rst
nbessi Jul 29, 2015
6e03bb5
Porting server_env_magentoerpconnect
nbessi Jul 29, 2015
c7eac6c
Fix import
nbessi Jul 29, 2015
9aabd54
Add docstring
nbessi Jul 29, 2015
532f3d3
Add symlink to server_environment_files
nbessi Aug 11, 2015
318fc07
[ADD] add module 'magentoerpconnect_catalog_simple'
damdam-s Sep 8, 2015
05334be
Organize the folders with subdirectories
guewen Sep 8, 2015
1e29e26
[IMP] add import of attribute set when importing product
damdam-s Sep 9, 2015
d2a06ea
[IMP] use 'import_dependency' method instead of rewriting importation
damdam-s Sep 10, 2015
9f1baf2
[IMP] import attribute.set in base connector
damdam-s Sep 10, 2015
6052288
[FIX] special binder for magento object which are not inherits from odoo
damdam-s Sep 11, 2015
e9d3348
[IMP] add export functionnality (default required fields in Magento)
damdam-s Sep 11, 2015
91e3dbe
[IMP] do not allow to edit 'magento.attribute.set' in form view
damdam-s Sep 11, 2015
45fd86d
[IMP] export/import tax_class_id field on magento
damdam-s Sep 11, 2015
3818cb7
[IMP] add translation exporter for product.product
damdam-s Sep 14, 2015
c7ce9ec
[IMP] remove readonly on some fields for export functionality
damdam-s Sep 16, 2015
be2ca67
[IMP] export translations
damdam-s Sep 16, 2015
6107905
[FIX] tests
damdam-s Sep 17, 2015
1a42db9
[FIX] test
damdam-s Sep 17, 2015
f6af845
[IMP] fix tests because of new required fields
damdam-s Sep 17, 2015
ba24681
[FIX] remove required on attribute_set_id field on product.template o…
damdam-s Sep 17, 2015
1270d1d
[FIX] do not export a product twice
damdam-s Sep 17, 2015
1b9a627
[IMP] start testing product export
damdam-s Sep 17, 2015
ac9cb23
[FIX] tests
damdam-s Sep 22, 2015
797f14e
[FIX] tests
damdam-s Sep 23, 2015
576782f
[IMP] test write
damdam-s Sep 23, 2015
8676a6e
[FIX] export inventory on create product in Magento to be able to see it
damdam-s Oct 13, 2015
00da162
[IMP] add autobinding functionality
damdam-s Oct 13, 2015
a167925
[IMP] add access rights
damdam-s Oct 14, 2015
711d5d4
[IMP] export attribute set
damdam-s Oct 28, 2015
47f5d14
[FIX] do not autobind when importing a product
damdam-s Nov 2, 2015
b38e8f2
[FIX] flake8
damdam-s Nov 27, 2015
6ae51ca
[FIX] travis file
damdam-s Nov 30, 2015
5dda187
Merge branch 'magentoerpconnect_catalog_simple' of github.com:damdam-…
damdam-s Mar 11, 2016
1c9deec
[FIX] flake8
damdam-s Mar 11, 2016
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion magentoerpconnect/security/ir.model.access.csv
Original file line number Diff line number Diff line change
@@ -35,4 +35,5 @@
"access_address_group_user","magento_address_group_user","model_magento_address","base.group_user",1,0,0,0
"access_stock_picking_out_user","magento_stock.picking user","model_magento_stock_picking","stock.group_stock_user",1,1,1,1
"access_stock_picking_out_manager","magento_stock.picking manager","model_magento_stock_picking","stock.group_stock_manager",1,1,1,1

"access_magento_sale_order_stock_user","magento_sale_order warehouse user","model_magento_sale_order","stock.group_stock_user",1,1,0,0
"access_magento_sale_order_line_stock_user","magento_sale_order_line warehouse user","model_magento_sale_order_line","stock.group_stock_user",1,1,0,0