Commit Graph

20 Commits

Author SHA1 Message Date
Vo Minh Thu 73ea84b4e8 [MERGE] base_data.xml: change the VEB currency in VEF (which was needed since January 2008).
bzr revid: vmt@openerp.com-20110920125804-fezbk2vbkdl7eeam
2011-09-20 14:58:04 +02:00
Olivier Dony 8c5cb638b9 [MERGE] enforce unique `key` attribute for res.currency, ir.model, res.company
For res.company the constraint is made of 2 parts:
 - one normal unique constraint (name,company_id) to catch
   most cases and define the user error message
 - one additional unique index to enforce the unique currency
   name even for multiple entries with NULL company_id, not
   caught by the constraint. The index is named with the 
   constraint name as prefix, in order to automatically
   share the user error message

Also, cleanup up the res.currency views a bit, and improved
field labels in ir.model to make them easier to understand.

lp bug: https://launchpad.net/bugs/789019 fixed

bzr revid: odo@openerp.com-20110919144821-708avl7t9q7g8vpr
2011-09-19 16:48:21 +02:00
Olivier Dony c90c1a735d [MERGE] latest trunk
bzr revid: odo@openerp.com-20110809160953-i1yrg5knplw4jy9l
2011-08-09 18:09:53 +02:00
Raphael Collet ca29f41826 [FIX] data: remove address_id from users
bzr revid: rco@openerp.com-20110804065921-vjgj5nh4kkc6d72v
2011-08-04 08:59:21 +02:00
Antony Lesuisse 3b9b028c1e [FIX] remove customer flag from company 1
bzr revid: al@openerp.com-20110725142831-gttjdyeh9trtna0w
2011-07-25 16:28:31 +02:00
Raphael Collet f79756c167 [FIX] put default address in _defaults of res.partner, and adapt data files
bzr revid: rco@openerp.com-20110719103425-lalon5psyia14nbp
2011-07-19 12:34:25 +02:00
Olivier Dony 6e3e3c3b8b [MERGE] sync with trunk
bzr revid: odo@openerp.com-20110715003655-vx3h5n4109hpa7i2
2011-07-15 02:36:55 +02:00
Nimesh (Open ERP) 0d6ff068d2 change in name and symbol of Venezuelan currency
lp bug: https://launchpad.net/bugs/715646 fixed

bzr revid: nco@tinyerp.com-20110610102203-v1wkla7d226stfas
2011-06-10 15:52:03 +05:30
Nimesh (Open ERP) dee5a0dc6e [FIX] chance the rete and rounding of Venezuelan currency exchange
bzr revid: nco@tinyerp.com-20110609063120-vw1pqaxyhlaov0yy
2011-06-09 12:01:20 +05:30
Vo Minh Thu 1122a2361a [MERGE] added Ugandan Shilling and changed the CFA currency into XOF and XAF.
bzr revid: vmt@openerp.com-20110525074840-xb6j67fvudodkb1z
2011-05-25 09:48:40 +02:00
Yogesh (OpenERP) e5bfa5c4e6 [FIX] add symbol of UGX currency.
bzr revid: ysa@tinyerp.com-20110520060020-gdqhyh47c69nk7tn
2011-05-20 11:30:20 +05:30
Yogesh (OpenERP) bef30d0981 [ADD] add UGX currency data in base_data.xml file.
bzr revid: ysa@tinyerp.com-20110519123050-43mvtyjyf0hutsfi
2011-05-19 18:00:50 +05:30
Olivier Dony cf1a395cbf [FIX] base: corrected symbol for CFA currency added in previous revision
bzr revid: odo@openerp.com-20110411120908-4my154j6429jjjaq
2011-04-11 14:09:08 +02:00
Olivier Dony 3c6a1956d6 [MERGE] merged addition of CFA currency, courtesy of Tidiane Sy (BAAMTU)
bzr revid: odo@openerp.com-20110411114816-mz4t0h2rch1qjd72
2011-04-11 13:48:16 +02:00
Tidiane Sy (Baamtu) b02cbab49f [IMP] add CFA currency and rate
bzr revid: tsy@baamtu.com-20110408142310-mas92mtjb4jupv8m
2011-04-08 16:23:10 +02:00
Rifakat Haradwala (Open ERP) edd149d32d [Merge] : merge with lp:~openerp-dev/openobject-server/emails-framework
bzr revid: rha@tinyerp.com-20110329123605-442acrn04psxfzft
2011-03-29 18:06:05 +05:30
Rifakat Haradwala (Open ERP) 2bf882fbf7 [IMP] misc.py: improvment in email_send method and added data record for ir_mail_server
bzr revid: rha@tinyerp.com-20110325040537-sp96w9i3gceu6yfn
2011-03-25 09:35:37 +05:30
Vo Minh Thu d02ffafe30 [MERGE] merged the 6.0 branch.
bzr revid: vmt@openerp.com-20110322140841-6lt7ky1ohxbrgx68
2011-03-22 15:08:41 +01:00
Olivier Dony 2621b707e0 [MERGE] merged latest fixes from 6.0 branch up to rev 3348
Rev 3348 is odo@openerp.com-20110221101549-vp0ha2g91yl30cmk.

bzr revid: odo@openerp.com-20110221103235-6tdy5tpb6zvkbzs3
2011-02-21 11:32:35 +01:00
Vo Minh Thu f8572e5c60 [IMP] openerp python module.
- Some logging code moved from netsvc.py to loglevels.py
- Changed imports to use the new openerp module
- config and netsvc initialization calls move to openerp-server.py
- Moved openerp-server.py outside the old bin directory
- Some imports in tools moved inside the methods to break mutual-dependencies

bzr revid: vmt@openerp.com-20110207125723-ooee7d7ng5elmkso
2011-02-07 13:57:23 +01:00