odoo/addons/sale
Olivier Dony 57f79f9fa1 [REM] fields: remove fields.Any, temporary artifact for ill-typed fields
This was added in master-apiculture at f1f16a8 to
permit special function fields that return
structured JSON-like data.
This is unnecessary and caused typing problems, for
example for the type field of ir.model.fields, or
when you decide to store them.

It is simpler to explicitly declare these fields
as fields.Char and have them serialize their results
to JSON strings, or to declate them as fields.Binary
and return any opaque data they want.
2014-07-30 13:24:39 +02:00
..
edi [MERGE] forward port of branch 7.0 up to revid b09b6a0 2014-05-20 18:57:04 +02:00
i18n [I18N] sale: fix pt translations 2014-07-07 13:16:31 +02:00
report [FIX] sale, crm_claim, crm_helpdesk: report menus 2014-07-22 19:13:13 +02:00
security [REF] product refactoring: prices.history model renamed into product.price.history + passed 'date' as real parameter instead of contextual one in get_history_price() because it makes more sense. 2014-04-28 17:33:55 +02:00
static [REF] OpenERP --> Odoo in various UI texts 2014-07-18 13:45:41 +02:00
test Revert "[IMP] addons: use the magic methods signal_XXX() instead of signal_workflow('XXX')" 2014-07-07 11:23:06 +02:00
views [FIX] Report: translation fixed, use of 'primary clone' of web.layout and website.layout, minimal template is now a QWeb template 2014-06-27 12:00:49 +02:00
wizard [MERGE] Forward-port saas-5 up to a5f7891 2014-07-23 16:58:00 +02:00
__init__.py [CLEAN] sale, sale_crm: cleaning before merging. Cleaned calculation 2014-05-12 14:56:01 +02:00
__openerp__.py [CLEAN] sale, sale_crm: cleaning before merging. Cleaned calculation 2014-05-12 14:56:01 +02:00
res_config.py [IMP]rename project_mrp to sale_service 2014-06-17 17:12:49 +02:00
res_config_view.xml [IMP] product: refactoring of product variant. The main view became the view of product template and the product product (or product variant) are created with the variant values combinaison. Bom is splitted into bom and bom line and can use the variant combinaison. 2014-05-27 09:42:52 +02:00
res_partner.py [MERGE] new v8 api by rco 2014-07-06 17:05:41 +02:00
res_partner_view.xml [REF] OpenERP --> Odoo in various UI texts 2014-07-18 13:45:41 +02:00
sale.py [MERGE] Forward-port saas-5 up to a5f7891 2014-07-23 16:58:00 +02:00
sale_data.xml [MOV] crm: moved css / js related to salesteam to sales_team module; sale_crm: moved data and demo data into 2014-05-14 14:30:26 +02:00
sale_demo.xml [MOV] crm: moved css / js related to salesteam to sales_team module; sale_crm: moved data and demo data into 2014-05-14 14:30:26 +02:00
sale_report.xml [IMP] Sale order report converted to QWeb 2014-02-12 19:22:47 +01:00
sale_sequence.xml
sale_unit_test.xml [FIX] Prints dropship 2013-09-17 12:23:01 +02:00
sale_view.xml [REF] OpenERP --> Odoo in various UI texts 2014-07-18 13:45:41 +02:00
sale_workflow.xml [WIP] Simplify procurement check and sales order workflow and that way phantom boms will work 2014-07-15 18:38:06 +02:00
sales_team.py [REM] fields: remove fields.Any, temporary artifact for ill-typed fields 2014-07-30 13:24:39 +02:00
sales_team_view.xml [MERGE] Sync with trunk 2014-05-14 17:21:54 +02:00