Commit Graph

114 Commits

Author SHA1 Message Date
Christophe Simonis e03f111704 [FIX] module: do not recreate categories when updating modules
bzr revid: chs@openerp.com-20121128183701-6d7p1jqu1hdlshcp
2012-11-28 19:37:01 +01:00
Vo Minh Thu 72f59ff45e [FIX] modules: avoid to have the docutils' warnings rendered inline.
The html rendering of the __openerp__.py description is done using docutils.
This patch removes the warnings that docutils inserts in the resulting document
and log them. Docutils still generates spurious output on stderr though.
(An alternative is to use the `report_level` option but in that case it seems
we can never witness the warnings being created.)

bzr revid: vmt@openerp.com-20121025130111-7l157hexh6ew9w34
2012-10-25 15:01:11 +02:00
Fabien Pinckaers 2067192d37 [IMP] rename columns for importation
bzr revid: fp@tinyerp.com-20121024084409-ad4kuccw6bki3zdg
2012-10-24 10:44:09 +02:00
Mayur Maheshwari (OpenERP) e1dfd1fadc [IMP]all: imporve string state to status
bzr revid: mma@tinyerp.com-20121012122419-mtiw3wpxlcbl4y1r
2012-10-12 17:54:19 +05:30
Olivier Dony 2a96eb4944 [MERGE] Sync with trunk
bzr revid: odo@openerp.com-20121003161807-3nwp7kvc3s2eh2xf
2012-10-03 18:18:07 +02:00
Fabien Pinckaers a48c57df40 [IMP] no certificate
bzr revid: fp@tinyerp.com-20120926121536-9836j42ulu8wcir8
2012-09-26 14:15:36 +02:00
Olivier Dony 550751b358 [IMP] translations: wip, remove unnecessary code, support loading PO comments and storing them, split ir.translation view data in separate XML file
bzr revid: odo@openerp.com-20120913142920-ggpeqth4s2wwqwd2
2012-09-13 16:29:20 +02:00
Olivier Dony 9a577ef431 [MERGE] Sync with trunk
bzr revid: odo@openerp.com-20120911114104-vk8afbjq9ao1dqr2
2012-09-11 13:41:04 +02:00
Antonin Bourguignon b28a956248 [IMP] module: properly translate module's description
bzr revid: abo@openerp.com-20120823173418-1qed27su2x0jy1ku
2012-08-23 19:34:18 +02:00
Antonin Bourguignon c43b1f298b [IMP] module: set two distinct fields for module's description: one for the RST and the other for the HTML
this way, we keep translatable the  text field

bzr revid: abo@openerp.com-20120823161959-3hewgtegb5h1yw93
2012-08-23 18:19:59 +02:00
Vo Minh Thu 33e9e66f71 [FIX] uninstall: pass IDs instead of names to _module_data_uninstall().
bzr revid: vmt@openerp.com-20120823161008-is5xqfe4et8xx51k
2012-08-23 18:10:08 +02:00
Vo Minh Thu e82f52926c [FIX] setup.py: added docutils dependency introduced at revision 4341.3.1.
bzr revid: vmt@openerp.com-20120823083505-evk7pw3drx28rj1z
2012-08-23 10:35:05 +02:00
Antonin Bourguignon 0b29e7579d [IMP] avoid re-computing the module's field by setting it to
bzr revid: abo@openerp.com-20120822174635-agqupq0iyqc0rn9v
2012-08-22 19:46:35 +02:00
pso (OpenERP) fda6918042 [MERGE] Merged PNA's branch to make description as function field with type html
bzr revid: pso@tinyerp.com-20120821113341-kh8wv7d297lrxvz4
2012-08-21 17:03:41 +05:30
Pinakin Nayi (OpenERP) 2dd31f5319 [Imp]output_encoding
bzr revid: pna@tinyerp.com-20120820121220-bz5ysxtw7kzhxkin
2012-08-20 17:42:20 +05:30
Pinakin Nayi (OpenERP) 9badeefa47 [IMP]description to rst2html
bzr revid: pna@tinyerp.com-20120820062734-fqt46hxmgv35tlgf
2012-08-20 11:57:34 +05:30
Jigar Amin - OpenERP ea714905cc merge lp:openobject-server
bzr revid: jam@tinyerp.com-20120817062128-yfagkxdhn201yiop
2012-08-17 11:51:28 +05:30
Vo Minh Thu 1182be4291 [IMP] core: removed a filter on null IDs as it hides a possible problem (the very fact they are null).
bzr revid: vmt@openerp.com-20120814100007-cppdpazde5oe0khl
2012-08-14 12:00:07 +02:00
Vo Minh Thu 7a0abed231 [MERGE] merged trunk.
bzr revid: vmt@openerp.com-20120813142443-73d6zm10bqhm17mp
2012-08-13 16:24:43 +02:00
Harry (OpenERP) b50c926c3b [MERGE]
bzr revid: hmo@tinyerp.com-20120809131924-zr97dntpfb22vitv
2012-08-09 18:49:24 +05:30
Stephane Wirtel 2dce7f3ef8 [FIX] module: Use the button_immediate_XYZ of the upgrade and uninstall buttons in the form view
bzr revid: stw@openerp.com-20120808104354-xzwue50utz50wspu
2012-08-08 12:43:54 +02:00
Fabien Pinckaers f53e1450ba [IMP] cleaning views, reduced summary and module name fields (to avoid crap in apps.openerp.com)
bzr revid: fp@tinyerp.com-20120806164320-x3mc637dw809life
2012-08-06 18:43:20 +02:00
Vo Minh Thu 66d054471c [MERGE] merged trunk.
bzr revid: vmt@openerp.com-20120806102630-psx2mywo3w5da81i
2012-08-06 12:26:30 +02:00
Raphael Collet 5a210edad4 [MERGE] trunk-module-summary (add field 'summary' on modules)
bzr revid: rco@openerp.com-20120720100253-ulll8tu221v14x1t
2012-07-20 12:02:53 +02:00
Raphael Collet 26665b7743 [IMP] after a module installation, reload the client and open the menu Feeds
bzr revid: rco@openerp.com-20120718135010-4933mmgw3n18epvy
2012-07-18 15:50:10 +02:00
Jigar Amin - OpenERP 6b88b4317a [IMP] view imp
bzr revid: jam@tinyerp.com-20120717064955-lz3b2u3fg5hs40f4
2012-07-17 12:19:55 +05:30
Turkesh Patel (Open ERP) a4879a5900 [ADD] added summary field in ir.module.module
bzr revid: tpa@tinyerp.com-20120717053945-02f18osd5eq3eoca
2012-07-17 11:09:45 +05:30
Fabien Pinckaers 6b64a0a1b7 [IMP] better form view: users, modules, preferences, wizards
bzr revid: fp@tinyerp.com-20120716203512-fvc3dx0fhwq5qb5m
2012-07-16 22:35:12 +02:00
Turkesh Patel (Open ERP) f05ee5dfdb [IMP] improved code.
bzr revid: tpa@tinyerp.com-20120713055330-avz6ebzuqvcpxdd5
2012-07-13 11:23:30 +05:30
Turkesh Patel (Open ERP) 976944bce2 [IMP] improved code in module.py to load translation.
bzr revid: tpa@tinyerp.com-20120712095131-3tt25snidvafflhb
2012-07-12 15:21:31 +05:30
Turkesh Patel (Open ERP) 4ea3ad65b2 [ADD] added module field in ir.translation and improved code for that.
bzr revid: tpa@tinyerp.com-20120712052111-5qq9noxd5vd9dlwv
2012-07-12 10:51:11 +05:30
Sanjay Gohel (Open ERP) eaa1a132c3 [IMP]correct speling mistake and improve view button moved at top left
bzr revid: sgo@tinyerp.com-20120702112918-hut10rfvi1geu7ax
2012-07-02 16:59:18 +05:30
DBR (OpenERP) 3ca22fe02b [Merge]with :lp:openobject-server
bzr revid: dbr@tinyerp.com-20120629061344-jpncsl5q2p9kk1td
bzr revid: dbr@tinyerp.com-20120702101037-ffm5ac0ct3xudyjm
2012-07-02 15:40:37 +05:30
DBR (OpenERP) 7d521074d6 [IMP]base: View IMp
bzr revid: dbr@tinyerp.com-20120628123936-rwdkmdds22yke8vh
2012-06-28 18:09:36 +05:30
Vo Minh Thu 575e234cd4 [FIX] res.partner.category: the relation table name was manually chosen, which breaks under _inherit, so we use the automatic one.
bzr revid: vmt@openerp.com-20120619151626-2xho611icmq7e1ky
2012-06-19 17:16:26 +02:00
Vo Minh Thu 877ec2d7a8 [MERGE] merged trunk.
bzr revid: vmt@openerp.com-20120619132718-ag1j3itm69u8h419
2012-06-19 15:27:18 +02:00
Vo Minh Thu ebf1383785 ir.ui.view: type field can be a functional field.
bzr revid: vmt@openerp.com-20120619101425-u73r47zdhsg7ecma
2012-06-19 12:14:25 +02:00
Raphael Collet d4bfc8df5b [IMP] module: rename field 'image' to 'icon_image' (leaving 'image' for other kinds of module images)
bzr revid: rco@openerp.com-20120612091041-fpamk1r8b4e42k9v
2012-06-12 11:10:41 +02:00
Raphael Collet b9cff8ac28 [MERGE] from trunk
bzr revid: rco@openerp.com-20120612085325-aqpysyfp7e202r44
2012-06-12 10:53:25 +02:00
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
Purnendu Singh (OpenERP) 472f55f546 [IMP] module: add one more binary field to get the module image in form view
bzr revid: psi@tinyerp.com-20120605131152-0cd9hl7ek9dxg27e
2012-06-05 18:41:52 +05:30
Vo Minh Thu eadd5e0a0a [IMP] uninstall: use a dedicated table for many2many relationships instead of overlaoding ir.model.data.
bzr revid: vmt@openerp.com-20120601153449-uj2sl7qjzz3s7xnj
2012-06-01 17:34:49 +02:00
Vo Minh Thu d790650bfb [IMP] uninstall: use dedicated table instead of overloading ir.model.data.
bzr revid: vmt@openerp.com-20120601131414-880vmpctmjfxl84f
2012-06-01 15:14:14 +02:00
Mayur Maheshwari (OpenERP) f343640493 [IMP]module: improve name
bzr revid: mma@tinyerp.com-20120523055200-30ho9igzv3jsu8cj
2012-05-23 11:22:00 +05:30
Mayur Maheshwari (OpenERP) 1eb004399c [IMP]module: improve view of module
bzr revid: mma@tinyerp.com-20120523051608-38oi4hgokzei69db
2012-05-23 10:46:08 +05:30
Mayur Maheshwari (OpenERP) 7c06e4a5b6 [IMP]module: improve tree and form view and remove complexity field from ir.module object
bzr revid: mma@tinyerp.com-20120518052939-51ps201qaq51g2bp
2012-05-18 10:59:39 +05:30
Raphael Collet 6d58f348ec [MERGE] trunk-v62_config (new config settings)
bzr revid: rco@openerp.com-20120515142754-inmaclzdqqvh6tu0
2012-05-15 16:27:54 +02:00
Raphael Collet 0b553b45ed [IMP] module: simplify code to reload client
bzr revid: rco@openerp.com-20120515141223-hflk9cd3acs4pbc0
2012-05-15 16:12:23 +02:00
Raphael Collet 46ef00e3c7 [IMP] module: use client action 'reload' when returning from module installation
bzr revid: rco@openerp.com-20120515140756-vhw0aw71fbv0p08b
2012-05-15 16:07:56 +02:00
Divyesh Makwana (Open ERP) 8de5f9d4ab [IMP] module : Improved the typos.
bzr revid: mdi@tinyerp.com-20120423105439-3jp2lhcciihus2zl
2012-04-23 16:24:39 +05:30