Commit Graph

27374 Commits

Author SHA1 Message Date
Vo Minh Thu 4c45313a04 [FIX] setup.py: py2exe, sdist, and install seem good.
- added commands to the list of modules
- provide an explicit dependency link for pychart (which will be used by easy_install)

bzr revid: vmt@openerp.com-20110311110905-y8s85a24naq5zxdy
2011-03-11 12:09:05 +01:00
Vo Minh Thu 4db9a2533c [FIX] setup.py: modification so py2exe works.
- still needs some testing, sdist should be tested again.

bzr revid: vmt@openerp.com-20110309101939-zo19v7gxd1bqryrb
2011-03-09 11:19:39 +01:00
Vo Minh Thu a85ed9248e [MERGE] merged trunk.
bzr revid: vmt@openerp.com-20110307121541-62h00c7pp7lbqzhr
2011-03-07 13:15:41 +01:00
Launchpad Translations on behalf of openerp acef7835aa Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20110304044411-kcy7jh1aw55rf4wx
bzr revid: launchpad_translations_on_behalf_of_openerp-20110305045223-en91ygfuoggcmjgl
2011-03-05 04:52:23 +00:00
Vo Minh Thu 175dc96747 [IMP] setup.py: cleaning
- Removed unnecessary custom code to search/list files and addons.
- Handling of some environment variable and files created specifically by debian/rule.
- This case should be handled by simply copying the addons in the server (as is done)
  for packaging if needed. A setup.py file will probably be created for addons in the
  future.
- The console option has been reintroduced (it is needed for py2exe) but taking care
  of adding it only on os=nt.
- The dependency on pychart as been commented out as we already include its code.
- Building (with py2exe) on windows has yet to be tested.

bzr revid: vmt@openerp.com-20110304160911-4redpkh8mbn19rid
2011-03-04 17:09:11 +01:00
Thibault Francois 148063f590 [MERGE] author check
bzr revid: tfr@openerp.com-20110304144702-trbynrxegk2r5byv
2011-03-04 15:47:02 +01:00
Thibault Francois ecc4b3feca [MERGE] fix bug 728539
bzr revid: tfr@openerp.com-20110304125707-jqrj88wu637fxkiw
2011-03-04 13:57:07 +01:00
Thibault Francois 9fb3e10ee7 [MERGE] bug fix 722723
bzr revid: tfr@openerp.com-20110304125334-ht2v8t21lwq7q7md
2011-03-04 13:53:34 +01:00
Thibault Francois 4cead9e021 [FIX] exception raise when not reply to remove, email send to user not to reply_to of the sales team
bzr revid: tfr@openerp.com-20110304121336-lcj3586ayaalq19v
2011-03-04 13:13:36 +01:00
Thibault Francois 2b7ba42ea9 [FIX] opt-in, opt-out in opportunities and typo
bzr revid: tfr@openerp.com-20110304102750-ujj2tmml1lur3zef
2011-03-04 11:27:50 +01:00
Jigar Amin 169cd25823 [BUB/FIX] project_scrum : fixed the default date issue in Scrum Daily Meeting View
bzr revid: jam@tinyerp.com-20110304055708-wttgq7m2925upe2d
2011-03-04 11:27:08 +05:30
Launchpad Translations on behalf of openerp 4c3c85a945 Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20110304044528-3aw0bq4jyxvz4gyb
2011-03-04 04:45:28 +00:00
Fabien Meghazi 34542b8274 Filter buttons style
bzr revid: fme@openerp.com-20110303201654-f0kwdk7ljana84k2
2011-03-03 21:16:54 +01:00
Fabien Meghazi afb08ddc2e Working on css
bzr revid: fme@openerp.com-20110303174607-wgxtm92kniqxvu7i
2011-03-03 18:46:07 +01:00
Quentin (OpenERP) aadac1dea3 [FIX] account: fixed buildbot. an occurence of removed field 'refund_journal' was forgotten
bzr revid: qdp-launchpad@openerp.com-20110303170700-59jko6gkzr8ozgst
2011-03-03 18:07:00 +01:00
Quentin (OpenERP) 5a2123a9a0 [MERGE] merged the dev3 branch for the last time :-). Contains few bugfixes and refactoring of account
bzr revid: qdp-launchpad@openerp.com-20110303155944-kzs2fjuxewwmnr7q
2011-03-03 16:59:44 +01:00
Quentin (OpenERP) a90aeb8c4a [REF] account: refactored the creation of journals in the generation from templates wizard, removed old deprecated boolean 'refund_journal' on account.journal (use the type field instead)
bzr revid: qdp-launchpad@openerp.com-20110303145900-8ghspjidwb540mhp
2011-03-03 15:59:00 +01:00
Fabien Meghazi f435d8ca99 Include xml2json_direct in main. Converted node.@attribute to node.attrs = {}
bzr revid: fme@openerp.com-20110303145552-f4cbxu2oi01ykbxl
2011-03-03 15:55:52 +01:00
Quentin (OpenERP) e147c06bc3 [FIX] account: in the wizard for creating the opening entries, restricted the view on opening periods
bzr revid: qdp-launchpad@openerp.com-20110303145256-nuhwuv15u87sgyw8
2011-03-03 15:52:56 +01:00
Fabien Meghazi 3925bdae0f Improved search view
bzr revid: fme@openerp.com-20110303141145-zo4smmdhtb1cfvi5
2011-03-03 15:11:45 +01:00
Fabien Meghazi ae3877b94b Added icons
bzr revid: fme@openerp.com-20110303135424-l425ucr52937k4oq
2011-03-03 14:54:24 +01:00
Vo Minh Thu dd1943c45e [MERGE] merge 6.0 branch.
bzr revid: vmt@openerp.com-20110303133011-758wfx7zompu5ugq
2011-03-03 14:30:11 +01:00
Vo Minh Thu c2ac4494a5 [MERGE] workflow/print: fixes multiple identical subflow occurences.
lp bug: https://launchpad.net/bugs/405962 fixed

bzr revid: vmt@openerp.com-20110303132007-6z9cl03i738ax2lr
2011-03-03 14:20:07 +01:00
Vo Minh Thu 00220a6fc9 [FIX] workflow/print: changed wording for recursive cluster representation.
bzr revid: vmt@openerp.com-20110303125506-pk1hh1oynlz3ssf7
2011-03-03 13:55:06 +01:00
Vo Minh Thu df27a58160 [MERGE] merge changes/bugfixes to ir_rules (multicompany and blank domain).
bzr revid: vmt@openerp.com-20110303122046-onihimxqxoy6gvty
2011-03-03 13:20:46 +01:00
Vo Minh Thu 9534f9ffbf [FIX] res_company: browse (selectable) companies as superuser when choosing user preferences.
bzr revid: vmt@openerp.com-20110303105239-wy9bgdf94irweukh
2011-03-03 11:52:39 +01:00
Thibault Francois 7807d5ee32 [MERGE] fix bug lp:713367
bzr revid: tfr@openerp.com-20110303093457-aeva17wpc6rlq9bb
2011-03-03 10:34:57 +01:00
nel@tinyerp.com 4c46053132 [FIX] add rec_name on account.cashbox.line
bzr revid: nel@tinyerp.com-20110303085222-im7vv52kdthnyb3q
2011-03-03 09:52:22 +01:00
nel@tinyerp.com bdb758ed35 [FIX] add rec_name on account.cashbox.line
bzr revid: nel@tinyerp.com-20110303083943-u2iq2uiq4b0sbpub
2011-03-03 09:39:43 +01:00
Jigar Amin f50bcddc26 [MERGE] with lp:openobject-addons
bzr revid: jam@tinyerp.com-20110303070023-9tq9hsoyzu48pt0q
2011-03-03 12:30:23 +05:30
Launchpad Translations on behalf of openerp d95d102ebe Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20110302141435-m0mvq1l2y1icmkz8
bzr revid: launchpad_translations_on_behalf_of_openerp-20110303060152-qtz8ijrlofyw635z
2011-03-03 06:01:52 +00:00
Mustufa Rangwala 43309dab99 [MERGE] merge from trunk
bzr revid: mra@mra-laptop-20110228105505-tz775fwdj8b0p94m
bzr revid: mra@mra-laptop-20110301044544-qc33bp07p9l8io4k
bzr revid: mra@mra-laptop-20110302102551-y5i60g2giyjare0c
bzr revid: mra@mra-laptop-20110303052230-nkaffu9gio1qqz90
2011-03-03 10:52:30 +05:30
Launchpad Translations on behalf of openerp d1683be192 Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20110303043944-epd83p1wfzk0zt2b
2011-03-03 04:39:44 +00:00
Antony Lesuisse 4be2aab0f6 more comment
bzr revid: al@openerp.com-20110303000835-6fc9p8vgqy2884m0
2011-03-03 01:08:35 +01:00
Antony Lesuisse 2ab5a94722 comment about SearchViews
bzr revid: al@openerp.com-20110302233442-ggpos7nfls0acqri
2011-03-03 00:34:42 +01:00
Thibault Francois 6f0188c39e [FIX] project : check cycle algorithm
bzr revid: tfr@openerp.com-20110302225259-qhe6ljiuew92qs3e
2011-03-02 23:52:59 +01:00
Thibault Francois c6bffd6467 [FIX] Duplicate parent and child in copy task
bzr revid: tfr@openerp.com-20110302215414-kiq50mw74tz1d28n
2011-03-02 22:54:14 +01:00
Thibault Francois c009f1505c [IMP] copy task
bzr revid: tfr@openerp.com-20110302214356-8x9yg7qjspj64q4b
2011-03-02 22:43:56 +01:00
Fabien Meghazi a4d60f05b6 todos
bzr revid: fme@openerp.com-20110302210942-nd414n1qg6i16mk5
2011-03-02 22:09:42 +01:00
Antony Lesuisse d8570b10c4 simplify openerp-web.cfg
bzr revid: al@openerp.com-20110302192834-hk7s1841wz3uxxr6
2011-03-02 20:28:34 +01:00
Antony Lesuisse 65810f874c README
bzr revid: al@openerp.com-20110302192319-ln0i5riwqrdtys9l
2011-03-02 20:23:19 +01:00
Antony Lesuisse 86f88df082 replace lib by a README
bzr revid: al@openerp.com-20110302190920-5y6sirwyl0l04k8v
2011-03-02 20:09:20 +01:00
Antony Lesuisse 820630a906 openobject is dead long live to openerpweb
bzr revid: al@openerp.com-20110302185606-gcag0tlkcli0kqas
2011-03-02 19:56:06 +01:00
Jay Vora (OpenERP) 5a9f45b46c [FIX] Hr_payroll_account : Fixed the warnings suggested by Buildbot
bzr revid: jvo@tinyerp.com-20110302135316-ta8hjbwcobsb6j55
2011-03-02 19:23:16 +05:30
Jay Vora (OpenERP) 9d806fa751 [FIX] Warning fixes suggested by buildbot
bzr revid: jvo@tinyerp.com-20110302132318-g3828515myshqln9
2011-03-02 18:53:18 +05:30
Thibault Francois edd32485de [FIX] raise an exception on case.email only if need to remind partner
bzr revid: tfr@openerp.com-20110302122907-ex23dr1jzuuyjghs
2011-03-02 13:29:07 +01:00
Vo Minh Thu c36f481194 [FIX] ir_rule: forgot to add the id child_of user.company_id rule.
Also, changed the context={} to context=None.

bzr revid: vmt@openerp.com-20110302110816-09nslq9snkd0rp4r
2011-03-02 12:08:16 +01:00
Atul Patel (OpenERP) f6306b53ea [FIX]crm: set salesteam responsible user as remind user for send remind user action.
bzr revid: atp@tinyerp.com-20110302102838-hwg2fqahjpxkoxnz
2011-03-02 15:58:38 +05:30
Jay Vora (OpenERP) c5ca4b925f [FIX] Hr_Holidays : Refusal of a leave was broken, corrected by changing the datatype of case_id into hr.holidays model ( Ref : Revision 4935 mra@mra-laptop-20110201124038-fwehl3uq7qo3tp6v from branch trunk-dev-addons3 )
lp bug: https://launchpad.net/bugs/709130 fixed

bzr revid: jvo@tinyerp.com-20110302102750-au1j2gyasyhlqj3k
2011-03-02 15:57:50 +05:30
Jay Vora (OpenERP) 1cf4261d0f [MERGE] Corrected the payslip approval if proper configuration is missing
bzr revid: jvo@tinyerp.com-20110302100328-4y94qos6uu6xta2t
2011-03-02 15:33:28 +05:30