Commit Graph

23 Commits

Author SHA1 Message Date
Fabien Pinckaers 5cc81dd64f Fixes 2014-07-02 18:18:29 +02:00
Fabien Meghazi faa09da325 Removed version="7.0" from form views 2014-06-12 09:09:59 +02:00
Martin Trigaux 48daabd465 [FIX] res_currency: avoid getting blocked when creating a curreny without rates
bzr revid: mat@openerp.com-20130731100626-kgxpvfkwkg13lpy1
2013-07-31 12:06:26 +02:00
Twinkle Christian (OpenERP) ea594186db [IMP]Remove type field from the remaining views.
bzr revid: tch@tinyerp.com-20120808110619-81svoatrfn8oyv2o
2012-08-08 16:36:19 +05:30
Twinkle Christian (OpenERP) 71f568e7ad [IMP]Remove type field from the view
bzr revid: tch@tinyerp.com-20120807125138-conczgzpufza5co7
2012-08-07 18:21:38 +05:30
Divyesh Makwana (Open ERP) 4edf5e17c0 [IMP] Added Multi Currency Group.
bzr revid: mdi@tinyerp.com-20120702130339-0qx75udn1u1qr43n
2012-07-02 18:33:39 +05:30
Quentin (OpenERP) 5176db3890 [REF] search views: removed filter_domain if only one element was inside + made some small usability changes
bzr revid: qdp-launchpad@openerp.com-20120622101146-at48blcy298v0p7o
2012-06-22 12:11:46 +02:00
Divyesh Makwana (Open ERP) 9422582530 [IMP] Improved the Search View.
bzr revid: mdi@tinyerp.com-20120618094159-uykwrqonzcvnd762
2012-06-18 15:11:59 +05:30
Divyesh Makwana (Open ERP) e6dd6abd45 [IMP] Improved the Search View.
bzr revid: mdi@tinyerp.com-20120613090527-t8wh69lqouyca69v
2012-06-13 14:35:27 +05:30
Fabien Pinckaers 56288e88dc [IMP] removing select=? and adding version=7
bzr revid: fp@tinyerp.com-20120609124045-sbopsbiiffcnjzfv
2012-06-09 14:40:45 +02:00
Fabien Pinckaers f83ba4af41 [IMP] reviewed form views following new guidelines
bzr revid: fp@tinyerp.com-20120604183055-3adtk8dtech30amm
2012-06-04 20:30:55 +02:00
Divyesh Makwana (Open ERP) 9fbdc7c526 [IMP] Improved the typos.
bzr revid: mdi@tinyerp.com-20120423102313-0mboqhctzoje5ize
2012-04-23 15:53:13 +05:30
Antony Lesuisse c1026977ab [MERGE] currency position dsh
bzr revid: al@openerp.com-20110921232150-c1rpri2650363fkd
2011-09-22 01:21:50 +02:00
Quentin (OpenERP) 65c0649f70 [IMP] base, res_currency: added search view
bzr revid: qdp-launchpad@openerp.com-20110921112328-o2htuetcopy4jqj5
2011-09-21 13:23:28 +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
Dhara (OpenERP) b9c10b045c [IMP] currency position for report
bzr revid: dhara_openerp-20110913043809-2gq0chqs4m0yq1nq
2011-09-12 21:38:09 -07:00
Vo Minh Thu 1300ac804d [MERGE] res.currency: added res.currency.rate.type model.
bzr revid: vmt@openerp.com-20110830140936-pnmtt6f8jsvw32m4
2011-08-30 16:09:36 +02:00
Quentin (OpenERP) b8b78c43dd [IMP] base, res.currency: by default, don't show the currency_rate_type_id field, and don't display its menuitem. Both should be added by specific module using it
bzr revid: qdp-launchpad@openerp.com-20110830120644-lwuv3h1vrqjhu32y
2011-08-30 14:06:44 +02:00
Quentin (OpenERP) 9421188847 [IMP] base/res_currency: improved res.currency.rate.type. Added search view and help tooltip. Made some code cleaning
bzr revid: qdp-launchpad@openerp.com-20110827225330-3ng37d8yg31psgsd
2011-08-28 00:53:30 +02:00
Mustufa Rangwala (OpenERP) 46f690d64c [IMP] Base: added currency rate type on tree view
bzr revid: mra@tinyerp.com-20110825173651-5rn1vsukicpdo331
2011-08-25 23:06:51 +05:30
Ujjvala Collins (OpenERP) efe44324d1 [ADD] base: Added view and menu item for currency rate type object.
bzr revid: uco@tinyerp.com-20110715062837-bw70on2op2b0pv1z
2011-07-15 11:58:37 +05:30
Mustufa Rangwala 2f4330bbb3 [ADD] Base: add res.currency.rate.type object and its m2o on res.currency.rate
bzr revid: mra@mra-laptop-20110714092737-9jlk0xjc3hkb4rog
2011-07-14 14:57:37 +05:30
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