Merge lp:~akretion-team/openerp-connector/connector-base-product into lp:~openerp-connector-core-editors/openerp-connector/7.0
Proposed by
David BEAL (ak)
| Status: | Merged |
|---|---|
| Approved by: | Guewen Baconnier @ Camptocamp |
| Approved revision: | 617 |
| Merged at revision: | 624 |
| Proposed branch: | lp:~akretion-team/openerp-connector/connector-base-product |
| Merge into: | lp:~openerp-connector-core-editors/openerp-connector/7.0 |
| Diff against target: |
86 lines (+71/-0) 3 files modified
connector_base_product/__init__.py (+1/-0) connector_base_product/__openerp__.py (+41/-0) connector_base_product/product_view.xml (+29/-0) |
| To merge this branch: | bzr merge lp:~akretion-team/openerp-connector/connector-base-product |
| Related bugs: |
| Reviewer | Review Type | Date Requested | Status |
|---|---|---|---|
| Benoit Guillot - http://www.akretion.com (community) | Approve | ||
| Guewen Baconnier @ Camptocamp | Approve | ||
|
Review via email:
|
|||
Description of the change
[ADD] connector_
To post a comment you must log in.
Hi,
Thanks.
Some required changes:
- add 'product' in depends
- Change the author and copyright
- remove "'Application': True"
- Change category to 'Connector'
- remove the 2 extraneous "=" below "Connector Base Product" (rst wont be parsed)