Commit Graph

11 Commits

Author SHA1 Message Date
Nicolas Lempereur 32bc9fcb3a [FIX] customer: sale order number with child
The number of sale order on a partner form view only counted the given customer
and not the ones of eventuals child_ids. Hence when clicking on the widget, the
result sale order tree view (which take account of child_ids sale order) is
inconsistent.

This fix adds the sale order of a child company to the sale_order_count.

opw-630249
2015-04-01 15:29:21 +02:00
Raphael Collet cbe2dbb672 [MERGE] new v8 api by rco
A squashed merge is required as the conversion of the apiculture branch from
bzr to git was not correctly done. The git history contains irrelevant blobs
and commits. This branch brings a lot of changes and fixes, too many to list
exhaustively.

- New orm api, objects are now used instead of ids
- Environements to encapsulates cr uid context while maintaining backward compatibility
- Field compute attribute is a new object oriented way to define function fields
- Shared browse record cache
- New onchange protocol
- Optional copy flag on fields
- Documentation update
- Dead code cleanup
- Lots of fixes
2014-07-06 17:05:41 +02:00
Ravish (Open ERP) f594c6f542 [FIX] res partner copy method returns None
bzr revid: rmu@tinyerp.com-20130325133949-frwik2wrylxu6s7s
2013-03-25 19:09:49 +05:30
Vo Minh Thu e7f4891d46 [IMP] use the openerp namespace.
bzr revid: vmt@openerp.com-20121206145632-0h1coh5aaem65wsy
2012-12-06 15:56:32 +01:00
Fabien Pinckaers 101c27faa4 [FIX] access rights issues on partners
bzr revid: fp@tinyerp.com-20120928081805-jifrsqvktvm5vfch
2012-09-28 10:18:05 +02:00
Stephane Wirtel 7639597d21 [FIX] sale: Don't copy the sale orders when we duplicate a partner
bzr revid: stw@openerp.com-20120802140343-3xv3vkmwov1h52by
2012-08-02 16:03:43 +02:00
Fabien Pinckaers 8d588acf49 [IMP] views bugfixes
bzr revid: fp@tinyerp.com-20120522145433-ajupwx0tpgyp5il4
2012-05-22 16:54:33 +02:00
Fabien Pinckaers 2bce6d97d7 [IMP] removed dashboards, order of menus, count buttons on partner, products
bzr revid: fp@tinyerp.com-20120522143759-lnd5eescth6yxdvu
2012-05-22 16:37:59 +02:00
Raphael Collet 827fb865c4 [IMP] improve methods for counting opportunities, meetings, sale orders, and pickings
bzr revid: rco@openerp.com-20120504145551-66l6wy2qumc59r82
2012-05-04 16:55:51 +02:00
DBR (OpenERP) b86bdabfe9 [IMP]sale,crm,stock : Remove comments and improve kanaban view link with action
bzr revid: dbr@tinyerp.com-20120501132024-krm37io0uwrlcljb
2012-05-01 18:50:24 +05:30
DBR (OpenERP) d9c305ef06 [ADD,IMP] sale,crm:
added:
  sale/res_partner.py
  sale/res_partner_view.xml
modified:
  crm/res_partner.py
  crm/res_partner_view.xml
  sale/__init__.py
  sale/__openerp__.py
  stock/product.py
  stock/product_view.xml
  stock/static/src/css/stock.css
For set links off quatations,opportunity and meeting

bzr revid: dbr@tinyerp.com-20120426103133-l0uc091e9r7mbu9b
2012-04-26 16:01:33 +05:30