Commit Graph

69676 Commits

Author SHA1 Message Date
Martin Trigaux 17a618eb89 [MERGE] [FIX] context is not propagated through account_period.name_search to account_period.search, courtesy of Guewen Baconnier (Camptocamp)
lp bug: https://launchpad.net/bugs/1177348 fixed

bzr revid: mat@openerp.com-20130528152327-zq382uvqn9h3ja83
2013-05-28 17:23:27 +02:00
Stefan Rijnhart 2ed4144abe [FIX] Actually import gettext function
bzr revid: stefan@therp.nl-20130528152303-20c281snp5o3bkfq
2013-05-28 17:23:03 +02:00
Martin Trigaux 90a9010f52 [MERGE] [FIX] 'Do manual Follow-ups' (menu) mistakenly enables create and import button
lp bug: https://launchpad.net/bugs/1156938 fixed

bzr revid: mat@openerp.com-20130528151301-ioede6k0mqsw3c61
2013-05-28 17:13:01 +02:00
Martin Trigaux 524f9da9b8 [MERGE] sync
bzr revid: mat@openerp.com-20130528151116-2p8kfbk1v76sooo1
2013-05-28 17:11:16 +02:00
Martin Trigaux 1c59463ddc [MERGE] various changes
account: use context in pos box actions, avoid traceback when cashout
account_followup: allow grouping by country
document_page: allow grouping by author

bzr revid: mat@openerp.com-20130528141917-0hdp1qkf6pn914x5
2013-05-28 16:19:17 +02:00
Martin Trigaux 2e245cac18 [MERGE] [FIX]:pages should be filtered using group by author in the knowledge menu
bzr revid: mat@openerp.com-20130528141116-ewfyg0ej42huhwl9
2013-05-28 16:11:16 +02:00
Martin Trigaux 71072f1a2c [MERGE] [FIX] account_followup: Fixed the issue of Group by of Country of Do Manual Follow-ups
bzr revid: mat@openerp.com-20130528135207-7w93gs1h41my1uwl
2013-05-28 15:52:07 +02:00
Martin Trigaux 56a3b528f5 [MERGE] [FIX]account:in cash register if we put or take money its generate traceback
bzr revid: mat@openerp.com-20130528133435-v4b99yxh3hi523he
2013-05-28 15:34:35 +02:00
Martin Trigaux 2fe9d85686 [MERGE] sync
bzr revid: mat@openerp.com-20130528131634-v0codb0fx6r7p3i0
2013-05-28 15:16:34 +02:00
Martin Trigaux 7f643d5540 [IMP] various changes
sale_stock: fix test to match new order
project: remove create button on view
procurement: allow grouping by reason
mrp: use property_ids for order line
account: allow grouping by template

bzr revid: mat@openerp.com-20130528131559-1u7t50sicpc3c6xe
2013-05-28 15:15:59 +02:00
Stefan Rijnhart 07cf4d5836 [FIX] Spelling error and missing call to _()
bzr revid: stefan@therp.nl-20130528130906-ciyf3thaw579pqvu
2013-05-28 15:09:06 +02:00
Martin Trigaux 2229e4d1d0 [FIX] correct test to match new ordering
bzr revid: mat@openerp.com-20130528130521-m09g4mhv3iyuefa2
2013-05-28 15:05:21 +02:00
Martin Trigaux 2e0d8cd2bd [FIX] revert change at revision 9172
bzr revid: mat@openerp.com-20130528130018-0yrh0fl3hz132tmm
2013-05-28 15:00:18 +02:00
Martin Trigaux 28a4b350f4 [FIX] sale_stock: property_ids is in mrp
bzr revid: mat@openerp.com-20130528124849-u1uren6fjfe1pcxz
2013-05-28 14:48:49 +02:00
Quentin (OpenERP) 213995a343 [FIX] share: don't crash anymore when sharing an object with a one2many related fields
bzr revid: qdp-launchpad@openerp.com-20130528122527-2hf6c9fboirh1u9d
2013-05-28 14:25:27 +02:00
Martin Trigaux 7b4cdfdb53 [MERGE] [FIX] project: Cumulative flow report shows create button on the tree view which is of no use on analysis report
bzr revid: mat@openerp.com-20130528122126-b081huv307ydxtzl
2013-05-28 14:21:26 +02:00
Martin Trigaux 0ed5316c29 [MERGE] [FIX] account: Grouping on field 'template_id' is not possible because that field does not appear in the list view
bzr revid: mat@openerp.com-20130528122036-e08b5j358u5u6r4j
2013-05-28 14:20:36 +02:00
Martin Trigaux 417ddebd8a [MERGE] [FIX]procurement: in procurement exceptions group by reason it gives error
bzr revid: mat@openerp.com-20130528121540-hc1lo85sb51r7k91
2013-05-28 14:15:40 +02:00
Martin Trigaux 0a98210b98 [MERGE] [IMP] stock: sort picking by id, account: no percent label for tax amount
bzr revid: mat@openerp.com-20130528120641-6ehgdze3rm7v0il3
2013-05-28 14:06:41 +02:00
Martin Trigaux 1908d590be [IMP] sort stock picking by id, no percent label for tax amount
bzr revid: mat@openerp.com-20130528115811-klv4spx00srr4vqb
2013-05-28 13:58:11 +02:00
Martin Trigaux fc50127c01 [MERGE] sync with latest trunk
bzr revid: mat@openerp.com-20130528115335-e80bdm1ef2rwvild
2013-05-28 13:53:35 +02:00
Martin Trigaux adda8323ab [MERGE] [FIX] property_ids not used while creating a proc. order, courtesy of Davide Corio
lp bug: https://launchpad.net/bugs/926107 fixed

bzr revid: mat@openerp.com-20130528100600-fco5tayf4350s3v6
2013-05-28 12:06:00 +02:00
Quentin (OpenERP) a5d944fb87 [IMP/FIX] base, res_company: changed the default headers in order to add the default styles in generated RML, to allow their modification (and the report printing of chinese characters, for example)
bzr revid: qdp-launchpad@openerp.com-20130528085920-ifabgl11jfimixqd
2013-05-28 10:59:20 +02:00
Quentin (OpenERP) 6fbae5b0e6 [FIX] mrp: removed fontName from production order report in order to allow a default style definition in company (to allow chinese characters for example, with Sun-ExtA font)
bzr revid: qdp-launchpad@openerp.com-20130528083814-chxx8nve4ar3ikxa
2013-05-28 10:38:14 +02:00
Quentin (OpenERP) 93fd5dd79e [FIX] purchase: removed fontName from RFQ and PO reports in order to allow a default style definition in company (to allow chinese characters for example, with Sun-ExtA font)
bzr revid: qdp-launchpad@openerp.com-20130528081955-20t8gzr5tm6vsktn
2013-05-28 10:19:55 +02:00
Quentin (OpenERP) 34b1314bb2 [FIX] sale: removed fontName from sale order report in order to allow a default style definition in company (to allow chinese characters for example, with Sun-ExtA font)
bzr revid: qdp-launchpad@openerp.com-20130527165133-81sps2mv2wgqb98w
2013-05-27 18:51:33 +02:00
Quentin (OpenERP) 96d540af06 [FIX] account: removed fontName from invoice report in order to allow a default style definition in company (to allow chinese characters for example, with Sun-ExtA font)
bzr revid: qdp-launchpad@openerp.com-20130527163046-rkkqou1bddqup9b3
2013-05-27 18:30:46 +02:00
Launchpad Translations on behalf of openerp bafef8f1dc Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20130528063641-1jm7f93xez43sp56
2013-05-28 06:36:41 +00:00
Quentin (OpenERP) 968aa44bdf [FIX] report, rlm2pdf: added support of Sun-ExtA font and the possibility to define a default value for font parameters in parastyles. We can now use <paraStyle name='Normal fontName='xxxx'/> in company header, for example, if we want to define font xxxx to be used by default in each rml reports (if not overwritten in a further paraStyle)
bzr revid: qdp-launchpad@openerp.com-20130527162051-3e7ztox54vyc8xxc
2013-05-27 18:20:51 +02:00
niv-openerp cb21eb3506 [FIX] problem with login form when using --no-database-list
lp bug: https://launchpad.net/bugs/1172488 fixed

bzr revid: nicolas.vanhoren@openerp.com-20130527141845-1xjmmp9tdukv6r2j
2013-05-27 16:18:45 +02:00
Martin Trigaux 7d8acf168e [IMP] account: use digits precision of account +3 for account.tax and templates
bzr revid: mat@openerp.com-20130527123000-c9wp9j23lvu5ug7j
2013-05-27 14:30:00 +02:00
niv-openerp 97110c0a48 [FIX] problem in database manager when db list is desactivated
lp bug: https://launchpad.net/bugs/1166856 fixed

bzr revid: nicolas.vanhoren@openerp.com-20130527122415-pk8i2uqfrgyiac83
2013-05-27 14:24:15 +02:00
Martin Trigaux a1bbb140b3 [IMP] account: use digits precision of account +3 for account.tax and templates
bzr revid: mat@openerp.com-20130527085957-xq6zwmc3lhn6yy83
2013-05-27 10:59:57 +02:00
Martin Trigaux 2036bf536c [MERGE] sync with latest trunk
bzr revid: mat@openerp.com-20130527085023-j1d452esdu4chy7d
2013-05-27 10:50:23 +02:00
Launchpad Translations on behalf of openerp c40b3825d7 Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20130525062725-xjoymmi42b2z1kk4
bzr revid: launchpad_translations_on_behalf_of_openerp-20130526053952-a661pgpl7pd7n4vd
2013-05-26 05:39:52 +00:00
Launchpad Translations on behalf of openerp 6c5542b96b Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20130522052719-nfpllnx0brrtj0rf
bzr revid: launchpad_translations_on_behalf_of_openerp-20130523061934-ugrnuz880cq201sr
bzr revid: launchpad_translations_on_behalf_of_openerp-20130526053944-8eimegnhthidxr0z
2013-05-26 05:39:44 +00:00
Martin Trigaux 77e7375997 [MERGE] [FIX]Resolved traceback on moving to the previous record from serial numbers in Tracebility
bzr revid: mat@openerp.com-20130524145846-7u5zy3c8uoa7sfnc
2013-05-24 16:58:46 +02:00
Thibault Delavallée 0816717526 [FIX] Chatter: fixed suggested recipients, when having no email, unchecking the box was not taken into account.
bzr revid: tde@openerp.com-20130524144224-wbi1o27regxed7mn
2013-05-24 16:42:24 +02:00
Thibault Delavallée d0f4f8d017 [FIX] project_issue: fixed access rights issues when truing to find suggested partners.
bzr revid: tde@openerp.com-20130524142932-0g47w650hqpirft1
2013-05-24 16:29:32 +02:00
Martin Trigaux a65d35ef17 [IMP] hr_timesheet_sheet: dispay timesheets as time_float instead of float
bzr revid: mat@openerp.com-20130524144145-gi69iru67hyk4emq
2013-05-24 16:41:45 +02:00
Martin Trigaux e528e410c2 [IMP] explain monkey patch
bzr revid: mat@openerp.com-20130524142856-gra4nuvl7upuldp5
2013-05-24 16:28:56 +02:00
Martin Trigaux 0e8d719cd1 [FIX] web_calendar: today button should return the date_part only
bzr revid: mat@openerp.com-20130524135520-8853j3kfxlmp2lpm
2013-05-24 15:55:20 +02:00
Martin Trigaux fcff0fcbea [IMP] don't format 0 values
bzr revid: mat@openerp.com-20130524085534-coh7tjadajiu4bv3
2013-05-24 10:55:34 +02:00
Launchpad Translations on behalf of openerp 423052ac68 Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20130524064526-ezy0cy6343teva17
2013-05-24 06:45:26 +00:00
Martin Trigaux ee1091d053 [MERGE] [FIX] account_followup: remove create button in report
bzr revid: mat@openerp.com-20130523133624-t6dknp5g6n20l28v
2013-05-23 15:36:24 +02:00
Martin Trigaux 848d46d517 [MERGE] [FIX]account_followup: no need create button in report, added create false in tree view
bzr revid: mat@openerp.com-20130523133120-u9zt53xoxrkgfl1u
2013-05-23 15:31:20 +02:00
Martin Trigaux 9e331d9245 [MERGE] sync with latest trunk
bzr revid: mat@openerp.com-20130523132958-2hxm5ez5d4kgtgab
2013-05-23 15:29:58 +02:00
Martin Trigaux faa4202a78 [MERGE] [FIX] res partner copy method returns None
bzr revid: mat@openerp.com-20130523132327-dx94wwzoeq7famem
2013-05-23 15:23:27 +02:00
Vidhin Mehta 41fd5d657d [IMP]Change Variable name.
bzr revid: vme@tinyerp.com-20130523124117-g6hnj394fndmookq
2013-05-23 18:11:17 +05:30
Quentin (OpenERP) d9c00b129b [FIX] account: divide the residual amount of invoices proportionally to the number of invoices partially reconciled together if needed + if necessary, do a conversion at the right currency rate
bzr revid: qdp-launchpad@openerp.com-20130523122855-n0o1rz9ajxkbgsnj
2013-05-23 14:28:55 +02:00