Commit Graph

49025 Commits

Author SHA1 Message Date
Quentin (OpenERP) 66c3093fee [IMP] contract management: misc improvements
bzr revid: qdp-launchpad@openerp.com-20120615081254-rhh9nwmz3bqn7e9d
2012-06-15 10:12:54 +02:00
Amit Patel (OpenERP) 3fbff8ae21 [MERGE]:merged from trunk
bzr revid: apa@tinyerp.com-20120615063749-jlux8i64e6lgu8j5
2012-06-15 12:07:49 +05:30
Amit Patel (OpenERP) 5dce978a13 [IMP]:account_analytic_analysis:removed section from report for print every account in new page.
bzr revid: apa@tinyerp.com-20120615061207-ccq1swa2rqkx8s22
2012-06-15 11:42:07 +05:30
Launchpad Translations on behalf of openerp 83b2938234 Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20120615044250-6mflzs43jxli3a9c
2012-06-15 04:42:50 +00:00
Antony Lesuisse 100aa232b1 [MERGE] client_action from url]
bzr revid: al@openerp.com-20120614184657-1vpdyyns78iiskhg
2012-06-14 20:46:57 +02:00
Christophe Simonis d8a5c516fa [FIX] client_action from url: use params from state and not from query string (avoid reloading web page)
bzr revid: chs@openerp.com-20120614165345-lla5x0a0pb0e7gsq
2012-06-14 18:53:45 +02:00
Christophe Simonis 752fe6171f [FIX] allow excution of client actions from url
bzr revid: chs@openerp.com-20120614164141-s8hm4wj5xoswh9ym
2012-06-14 18:41:41 +02:00
Fabien Meghazi db054a47d8 [FIX] Fix back kanban view in o2m
bzr revid: fme@openerp.com-20120614160955-r9tdhztskc2bcg8e
2012-06-14 18:09:55 +02:00
Fabien Meghazi 0e5ef33fdc [IMP] Remove useless code in binary fields
bzr revid: fme@openerp.com-20120614155758-lglfapqxkrctrfn4
2012-06-14 17:57:58 +02:00
Olivier Dony bed2f2f0e6 [MERGE] One more step towards better view validation: RNG validation on rendered view
This will allow improved validation of inherited
views, which is not possible when only the raw
arch is validated on its own - without context 
many things cannot be verified.
Calling fields_view_get() also catches early all
mistakes that require dynamic validation, like
wrong XPath expressions (parent view contains
no match).
In order to have current addons pass the improved
validation the RNG had to be fixed to support
the new @modifiers attribute added by fields_view_get()
itself on many view elements, and a few missing
valid attributes, like @invisible on <filter>
and <group>. The latter had never been used
as part of the view architecture but appear
as a result of the handling of @groups
restrictions on view elements, and must
be allowed by the RNG schema.

bzr revid: odo@openerp.com-20120614153532-9200td4q90zci4jb
2012-06-14 17:35:32 +02:00
Olivier Dony 0a80d35a66 [MERGE] Second round of fixes for improved view validation (just 1 fix in account)
bzr revid: odo@openerp.com-20120614153345-yanx3ouu4jbv1378
2012-06-14 17:33:45 +02:00
Olivier Dony 452d1e5ee6 [FIX] account: @refresh attribute does not exist for tree views
bzr revid: odo@openerp.com-20120614145023-iffj1kfkz5vmoatw
2012-06-14 16:50:23 +02:00
Olivier Dony 3a81cf88f8 [IMP] Improve view validation to based on fields_view_get rendering, not just raw arch
This will allow improved validation of inherited
views, which is not possible when only the raw
arch is validated on its own - without context 
many things cannot be verified.
Calling fields_view_get() also catches early all
mistakes that require dynamic validation, like
wrong XPath expressions (parent view contains
no match).
In order to have current addons pass the improved
validation the RNG had to be fixed to support
the new @modifiers attribute added by fields_view_get()
itself on many view elements, and a few missing
valid attributes, like @invisible on <filter>
and <group>. The latter had never been used
as part of the view architecture but appear
as a result of the handling of @groups
restrictions on view elements, and must
be allowed by the RNG schema.

bzr revid: odo@openerp.com-20120614144633-31c642s7q7f28o6b
2012-06-14 16:46:33 +02:00
niv-openerp 4d386b402d [IMP] Only displays warning in m2o if the user typed something.
bzr revid: nicolas.vanhoren@openerp.com-20120614142309-xf4pj2oo5bl7zh9x
2012-06-14 16:23:09 +02:00
Fabien Meghazi edcf216d33 [FIX] Saving a binary field not saved yet crashes
lp bug: https://launchpad.net/bugs/1010475 fixed

bzr revid: fme@openerp.com-20120614150010-ik6f3rqk8li314aq
2012-06-14 17:00:10 +02:00
Quentin (OpenERP) 33f33dc9ad [FIX] account_analytic_account: onchange_template() fixed
bzr revid: qdp-launchpad@openerp.com-20120614142247-zhv1qoo6mw9bgcgi
2012-06-14 16:22:47 +02:00
Stephane Wirtel 8c01d7ba59 [MERGE] Improve the form views with the defined style for 7.0
bzr revid: stw@openerp.com-20120614135635-f7l5nqd42eu5jfiy
2012-06-14 15:56:35 +02:00
Fabien Meghazi c735159794 [IMP] Improved sidebar dropdowns
bzr revid: fme@openerp.com-20120614134819-rmfanstzir8kpyo3
2012-06-14 15:48:19 +02:00
Quentin (OpenERP) 2d2ee773ac [IMP] analytic: if a partner is given and there is no name, automatically fill the name of the analytic account
bzr revid: qdp-launchpad@openerp.com-20120614134511-tdjqtx6hvge6h92e
2012-06-14 15:45:11 +02:00
Quentin (OpenERP) 80be8440fa [IMP] account_analytic_analysis, analytic_contract_hr_expense: remaining to invoice is max(old_remaining, current not invoice)
bzr revid: qdp-launchpad@openerp.com-20120614133728-7qbwcpdr811oaj7q
2012-06-14 15:37:28 +02:00
Stephane Wirtel b9a93fd973 [FIX] delivery: Fix a problem with the view
bzr revid: stw@openerp.com-20120614131354-0eo8lj0v4th8up3t
2012-06-14 15:13:54 +02:00
Stephane Wirtel 5aff93a76d [FIX] account_anglo_saxon: Set the right xpath expression for an inheritance
bzr revid: stw@openerp.com-20120614124200-hsfg65v54j4bz51v
2012-06-14 14:42:00 +02:00
Amit Patel (OpenERP) eb5a048493 [MERGE/IMP]:merged sgo's branch for view improvements.
bzr revid: apa@tinyerp.com-20120614123738-5bxxfndd424imm7e
2012-06-14 18:07:38 +05:30
Fabien Meghazi 6f7e0a562e [ADD] Added Event Bus
bzr revid: fme@openerp.com-20120614121719-tri5zx5gjjqj3ea6
2012-06-14 14:17:19 +02:00
Stephane Wirtel 47266f41d4 [FIX] account_anglo_saxon: bad xpath expression
bzr revid: stw@openerp.com-20120614105245-y0ddn28zauqnz07j
2012-06-14 12:52:45 +02:00
Sanjay Gohel (Open ERP) 787e2c7e01 [MERGE]merge with parent branch
bzr revid: sgo@tinyerp.com-20120614101024-ppna6h442m50f3no
bzr revid: sgo@tinyerp.com-20120614104534-25j88fdzquc5qdrg
2012-06-14 16:15:34 +05:30
Quentin (OpenERP) f0a595b062 [REF] hr_timesheet: removed unused attribute in demo data
bzr revid: qdp-launchpad@openerp.com-20120614104000-uq3ckznp96p9hlj5
2012-06-14 12:40:00 +02:00
Quentin (OpenERP) dc1edf44be [IMP] project: implemented the privacy/visibility record rule in a cleaner way + some cleanup and bug fixing related to contract management
bzr revid: qdp-launchpad@openerp.com-20120614100922-5g29ui88nhqojon2
2012-06-14 12:09:22 +02:00
Stephane Wirtel 73c9a9d20d [REF] Review a lot of views
bzr revid: stw@openerp.com-20120614100801-wfbhtpw9lamv2uuf
2012-06-14 12:08:01 +02:00
Sanjay Gohel (Open ERP) 56ffb32517 [IMP]:contract,analytic_project,analytic_hr_expense: improve whole contract view use group instead of table and improve view
bzr revid: sgo@tinyerp.com-20120614100753-giewe8jay1xx04wb
2012-06-14 15:37:53 +05:30
niv-openerp 812f6aca49 [IMP] Some change in o2m
bzr revid: nicolas.vanhoren@openerp.com-20120614094411-mqfsj1r8ct4hht20
2012-06-14 11:44:11 +02:00
Stephane Wirtel 5a32af42b7 [REF] Review some form views with the new guide lines
bzr revid: stw@openerp.com-20120614062414-q6o8ze4ba6em6o65
2012-06-14 08:24:14 +02:00
Launchpad Translations on behalf of openerp d4271f66c8 Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20120613045614-nvpnoumt1aazscag
bzr revid: launchpad_translations_on_behalf_of_openerp-20120614043456-3m7u51qfu23c0qhx
bzr revid: launchpad_translations_on_behalf_of_openerp-20120614044123-deayo2v3jjc74u8f
2012-06-14 04:41:23 +00:00
Fabien Meghazi 784bec95fd [ADD] Recovered delete icon for the attachments
bzr revid: fme@openerp.com-20120613161712-91h2yvg0rykwun2j
2012-06-13 18:17:12 +02:00
Fabien Meghazi 8401b686b6 [FIX] Brought back attachments
bzr revid: fme@openerp.com-20120613141016-8m2mj4b7d9zzk7a5
2012-06-13 16:10:16 +02:00
Amit Patel (OpenERP) 618aacc5a7 [IMP]:passed base menus ref instead of project.
bzr revid: apa@tinyerp.com-20120613131507-1yezuu5k7dc1h9s3
2012-06-13 18:45:07 +05:30
Quentin (OpenERP) b2a5ab368d [IMP] account_analytic_analysis: code improved for automation of project creation
bzr revid: qdp-launchpad@openerp.com-20120613100731-9so4m41fz7yrtb5w
2012-06-13 12:07:31 +02:00
Fabien Meghazi 1ce9ec0718 [IMP] Improved hidden file uploads usage
bzr revid: fme@openerp.com-20120613100516-1opf05g81icwuwbr
2012-06-13 12:05:16 +02:00
Quentin (OpenERP) c44790c56d [MERGE] merged with main trunk
bzr revid: qdp-launchpad@openerp.com-20120613090855-9tpft9kutxzgwyze
2012-06-13 11:08:55 +02:00
Stephane Wirtel d36169b906 [REF] Review some form views with the guide lines
bzr revid: stw@openerp.com-20120613090657-xfz9vtvqek3znqdr
2012-06-13 11:06:57 +02:00
Stephane Wirtel b846d5fec2 [FIX] account_analytic_analysis: we can't create a view of an external module
bzr revid: stw@openerp.com-20120614100123-eq8wpp3t20minf59
2012-06-14 12:01:23 +02:00
Quentin (OpenERP) 0fd300caf4 [IMP] account_analytic_analysis: the 'remaining hours to invoice' is different than the 'remaining hours to work'
bzr revid: qdp-launchpad@openerp.com-20120613090525-o5r4b84dfz5r2h6e
2012-06-13 11:05:25 +02:00
Fabien Pinckaers 940cf37e4f [IMP] When you configure OpenERP, you need a full control on how to display the footer and bank accounts
bzr revid: fp@tinyerp.com-20120612171753-rhp9iq8y2c53puhe
2012-06-12 19:17:53 +02:00
Fabien Pinckaers f1716c0e35 [IMP] improved comment TODO
bzr revid: fp@tinyerp.com-20120612171459-74dh9ik7yju2mum5
2012-06-12 19:14:59 +02:00
Antony Lesuisse 8c92074457 [MERGE] anonymous mode
bzr revid: al@openerp.com-20120612162728-08gmly2r55rp2cn5
2012-06-12 18:27:28 +02:00
Raphael Collet 6016960cf5 [MERGE] trunk-first_10_clicks-hr-mma (small improvements in employee form and kanban view)
bzr revid: rco@openerp.com-20120612144921-j4zu6nxiof1hjgvg
2012-06-12 16:49:21 +02:00
Raphael Collet 09aafc48d2 [MERGE] from trunk
bzr revid: rco@openerp.com-20120612143042-3h0umeoilcn9buot
2012-06-12 16:30:42 +02:00
Raphael Collet 15e2795879 [IMP] hr, hr_holiday: put last_login and leave_type together in employee kanban
bzr revid: rco@openerp.com-20120612142808-bkm8hbgnw44cwh15
2012-06-12 16:28:08 +02:00
Raphael Collet 357db69ff8 [IMP] hr_holiday: remove hidden fields from form view
bzr revid: rco@openerp.com-20120612141736-wh9bjxjzs2ep6obr
2012-06-12 16:17:36 +02:00
Raphael Collet f9b3e87ddf [FIX] hr_holiday: fix current leave element in kanban view of employee
bzr revid: rco@openerp.com-20120612141026-ygrcbfy6yfy19iw9
2012-06-12 16:10:26 +02:00