Commit Graph

21 Commits

Author SHA1 Message Date
Ronald Portier (Therp BV) d73648fe0d
[FIX] crm,gamification: flexible reference to field
The field generation is most of the time following the pattern
`field_<table name>_<field name>`
but in case of name clash (e.g. res.partner.category - id and res.partner -
category_id), the id of ir.model.field is added at the end of the external id
during the field creation.

The more flexible way to link to an ir.model.field is to use the syntax
`search=[('model', '=', <model>), ('name', '=', <field name>)]`
to avoid errors as in #12192 when the "first" external id no longer exists.

Fixes #12192
Closes #12198
2016-05-30 15:02:20 +02:00
Thibault Delavallée 443c830bfc [RENAME] sale_team renamed to sales_team. Update module name, file name and reference to the module. 2014-05-12 10:37:47 +02:00
Randhir Mayatra rma-openerp 579d261468 [IMP] solve yml issues 2014-04-22 17:20:49 +05:30
Thibault Delavallée dce673c6b5 [MERGE] Sync with trunk
bzr revid: tde@openerp.com-20130805132618-ewjjxjfwnkeg8hue
2013-08-05 15:26:18 +02:00
Thibault Delavallée ac26676968 [IMP] crm: reminder to user: uses a different and more adequate template
bzr revid: tde@openerp.com-20130726093347-jhu39cmvg2b947gj
2013-07-26 11:33:47 +02:00
Thibault Delavallée 0e9fd3d5d5 [IMP] crm: removed state field. Refactored code according to the new guidelines.
bzr revid: tde@openerp.com-20130716151003-c2df3nzgo1by0hyi
2013-07-16 17:10:03 +02:00
Thibault Delavallée ce19e05c99 [IMP] Addons: cleaned server action definition according to refactoring.
bzr revid: tde@openerp.com-20130715152533-pok1xd9kde2mu6b3
2013-07-15 17:25:33 +02:00
Raphael Collet 2a0245b20c [IMP] base_action_rule: use better value names for new selection field
bzr revid: rco@openerp.com-20130304094951-7452svzw0cgzu6jp
2013-03-04 10:49:51 +01:00
Raphael Collet ed498dac73 [IMP] crm: adapt action rules to the base.action.rule model change
bzr revid: rco@openerp.com-20130301113300-6ezyicr11mg01x38
2013-03-01 12:33:00 +01:00
Raphael Collet 375a5820ae [MERGE] lp:~c2c/openobject-addons/trunk-trg_dates-base_action-rule-20120510
replace the field 'trg_date_type' by a many2one field to ir.model.fields

bzr revid: rco@openerp.com-20121221113957-gd1c80h4vszg1h4g
2012-12-21 12:39:57 +01:00
Raphael Collet 49b843d65f [IMP] crm: remove inheritance on base.action.rule, and change demo action rules to use standard stuff
bzr revid: rco@openerp.com-20121221102151-fxepq652rkeba62z
2012-12-21 11:21:51 +01:00
Raphael Collet 29ee76d744 [MERGE] from trunk
bzr revid: rco@openerp.com-20121219130953-tq0e2mzw145j1ewx
2012-12-19 14:09:53 +01:00
Antony Lesuisse d30c3a32db crm change stupid base action rule, this will be completed in the base action rule branch
bzr revid: al@openerp.com-20121208141610-o5driggb14sx7e1s
2012-12-08 15:16:10 +01:00
Arnaud Pineux 1f82aaa496 [MERGE] with trunk
bzr revid: api@openerp.com-20121204161345-as8z1pyyd99vteqp
2012-12-04 17:13:45 +01:00
Arnaud Pineux 638dcfce34 [IMP] base_action_rule : delete unused fields and add explanation
lp bug: https://launchpad.net/bugs/944197 fixed

bzr revid: api@openerp.com-20121204153617-ju3yyj2tt3d84jl9
2012-12-04 16:36:17 +01:00
Fabien Pinckaers c879cfe9aa [FIX] crm small fixes
bzr revid: fp@tinyerp.com-20121126215241-t5pmqg56oz5860wc
2012-11-26 22:52:41 +01:00
Thibault Delavallée 3d2bfc8981 [FIX] crm: still fixing filters about base action rule.
bzr revid: tde@openerp.com-20121116153130-p064sro5923dhh3h
2012-11-16 16:31:30 +01:00
Khushboo Bhatt (Open ERP) c370fe0f77 [IMP]crm:filter strings changes
bzr revid: kbh@tinyerp.com-20121105110325-txozs9k2nvzl31ai
2012-11-05 16:33:25 +05:30
Harry (OpenERP) 1b319e527d [IMP] base_action_rule: improve demo data
bzr revid: hmo@tinyerp.com-20121009121712-r6to5oia4ikiutpi
2012-10-09 17:47:12 +05:30
Harry (OpenERP) 76d93f251e [IMP] base_action_rule: clean _check function and demo data.
bzr revid: hmo@tinyerp.com-20121009104314-ers6tznkwiyeb3v1
2012-10-09 16:13:14 +05:30
Harry (OpenERP) e84b3f2493 [IMP] crm: demo data of action rule
bzr revid: hmo@tinyerp.com-20121009075340-ogm51x9z2irmzijt
2012-10-09 13:23:40 +05:30