Commit Graph

33 Commits

Author SHA1 Message Date
Denis Ledoux 5cd1235b06 [FIX] purchase: Purchase invoices stat button group on partner form
The group applied on the purchase invoices stat button
was "Accountant", while "Invoicing & payments" is enough.

That way, the customer and purchase invoices stat buttons
have the same group applied, which makes sense.

opw-646748
2015-08-06 10:05:01 +02:00
Denis Ledoux 73432ffe9f [FIX] *: accesses of views concernings specific groups
If the whole view relates to a specific group,
apply the group on the view itself instead of
each view part (each fields, each page, each div,...),
so the view is loaded / added to the base view
only if the user is in the right group.
So the view is not loaded uselessly
and the fields are not read for nothing
(performances & security).

Indeed, when a group is applied on a field itself, the field content
is read, but hidden, therefore reading the content of the field
uselessly, and potentially leading to accesses issues
if the user hasn't the rights to read the field.
(e.g. reading a property when not having access to the model
of the proprty, pricelists on partners for instance)

opw-634402
2015-05-12 11:33:43 +02:00
Josse Colpaert 7e1919fe0f [IMP] Change static buttons with group_ids each time 2014-09-03 19:19:18 +02:00
Denis Ledoux 8b0b0f7a1b [FIX] purchase: add purchase_order_count in kanban for purchase users only
No need to set account.group_account_manager for the field supplier_invoice_count, as account.group_account_manager implies account.group_account_user
2014-08-13 16:14:56 +02:00
Josse Colpaert 5dea263e1b [FIX] Change two-one step wh, multi-comp wh, quantity field float, show product_uom_qty instead of product_qty in mrp production for moves 2014-08-12 13:37:27 +02:00
rlu-odoo 8b67a7202d [REF] OpenERP --> Odoo in various UI texts
Rebranding has been done in:
- data/demo files
- html templates
- help notices
- comments
- logger messages
- and other various messages

(Commit taken from odoo-dev:8.0-improve-openerp-odoo-rlu at rev 7deaa08)

Closes #1260
2014-07-18 13:45:41 +02:00
Josse Colpaert 0aad6b0498 [IMP] Check other comments on pull request: xmlid, no split in context + continue improve receipts instead of receptions 2014-07-16 11:58:22 +02:00
Gery Debongnie d1eb2547bb [FIX] change the string 'pay invoices' to 'supplier inv.' to avoid misleading the user (there is another 'invoices' button) (addon purchases)
bzr revid: ged@openerp.com-20140415131818-geev2ewszvkjxj19
2014-04-15 15:18:18 +02:00
Randhir Mayatra rma-openerp 4c0f7b1be8 [IMP] improve strings and project view
bzr revid: rma@tinyerp.com-20140404112926-716zimuh3p2ec80k
2014-04-04 16:59:26 +05:30
Randhir Mayatra rma-openerp 77ff3a69b8 [IMP] improve icons and views
bzr revid: rma@tinyerp.com-20140328133051-2amm63n2vy3bj3xe
2014-03-28 19:00:51 +05:30
Randhir Mayatra rma-openerp 3caf591550 [IMP] change related button into stat for account,project
bzr revid: rma@tinyerp.com-20140325124531-kkwm1v8bhndzs846
2014-03-25 18:15:31 +05:30
Foram Katharotiya (OpenERP) 1782b74c84 [IMP] set the field property_product_pricelist_purchase in the group_purchase_pricelist
bzr revid: fka@tinyerp.com-20130507071041-ubemw9o7dz384bbu
2013-05-07 12:40:41 +05:30
Fabien Pinckaers 6689fabf10 [IMP] useability purchase order
bzr revid: fp@openerp.com-20120929220839-0tm1orrbx4kp0sar
2012-09-30 00:08:39 +02:00
Twinkle Christian (OpenERP) fc1b1749a8 [IMP]Remove type field from the modules
bzr revid: tch@tinyerp.com-20120809060516-zgx3gdyv6wdshfyw
2012-08-09 11:35:16 +05:30
Fabien Pinckaers cf9e609ad0 [IMP] better views
bzr revid: fp@tinyerp.com-20120806164404-nweyqbh3635e0ntv
2012-08-06 18:44:04 +02:00
Divyesh Makwana (Open ERP) 62e24913ed [IMP] purchase : Remove the class 'oe_tag'.
bzr revid: mdi@tinyerp.com-20120727072053-cya7s1d31t1bz9ea
2012-07-27 12:50:53 +05:30
Divyesh Makwana (Open ERP) dad21b2edb [Merge] Merge with main addons.
bzr revid: mdi@tinyerp.com-20120726043232-360x7ita5e0e2prf
2012-07-26 10:02:32 +05:30
Divyesh Makwana (Open ERP) 20d79d06e0 [IMP] account, purchase : Added 'Supplier Invoices' button on 'Supplier' form view and its related changes.
bzr revid: mdi@tinyerp.com-20120725104634-2cj4g3zp5mrow6do
2012-07-25 16:16:34 +05:30
Divyesh Makwana (Open ERP) 1910f0dece [IMP] purchase : Added tag in kanban for 'Purchases', Added Button 'RFQs and Purchases' on the form and Removed 'RFQs and Purchases' from sidebar of supplier.
bzr revid: mdi@tinyerp.com-20120725065825-b2ceoexvrrwcxetk
2012-07-25 12:28:25 +05:30
Divyesh Makwana (Open ERP) c4ce05b9f0 [IMP] purchase : Supplier check box should not be there if purchase is not installed.
bzr revid: mdi@tinyerp.com-20120627083428-ddvnhynkvmse854l
2012-06-27 14:04:28 +05:30
Stephane Wirtel 17f11dc7d9 [REF] Review the form views
bzr revid: stw@openerp.com-20120618160057-wzqaoepmqqzgj3tq
2012-06-18 18:00:57 +02:00
Raphael Collet 867f6d87d6 [FIX] purchase: fix xml_id of some groups
bzr revid: rco@openerp.com-20120322125008-9p824sjgf36mgqae
2012-03-22 13:50:08 +01:00
Turkesh Patel (Open ERP) d4ccb87316 [ADD] add new purchase configuration
bzr revid: tpa@tinyerp.com-20120302124357-j26l817ms3s1xn5c
2012-03-02 18:13:57 +05:30
Fabien Pinckaers bb157ddf22 [IMP] better partner layout
bzr revid: fp@tinyerp.com-20100612165046-nrjx547jbbip3hha
2010-06-12 18:50:46 +02:00
Stephane Wirtel 74e259d210 [FIX] purchase: Set the property_product_pricelist_purchase in the
partner form

bzr revid: stephane@openerp.com-20100427141922-ft7ots37laav6sqh
2010-04-27 16:19:22 +02:00
Fabien Pinckaers b4e65caa16 [IMP] better views
bzr revid: fp@tinyerp.com-20100418191109-ee9avwgdbzegda4j
2010-04-18 21:11:09 +02:00
Fabien Pinckaers d93fa50771 [IMP] crm + misc views
bzr revid: fp@tinyerp.com-20100408232900-9kro0qhxx7c8mzso
2010-04-09 01:29:00 +02:00
Fabien Pinckaers 0170ff2827 merge
bzr revid: fp@tinyerp.com-20080917091014-nsc3hq271yzel1e3
2008-09-17 11:10:14 +02:00
Fabien Pinckaers 6345cd70a0 merge
bzr revid: fp@tinyerp.com-20080916103753-x2velfo42zzk2lb7
2008-09-16 12:37:53 +02:00
Stephane Wirtel 606165c849 rename the tag <terp/> by <openerp/>
bzr revid: stephane@tinyerp.com-20080910175600-tutctqg606c9eil4
2008-09-10 19:56:00 +02:00
Fabien Pinckaers aa2cab5c48 Improved security
bzr revid: fp@tinyerp.com-20080908233322-wqoyo7t5bvvxpqwe
2008-09-09 01:33:22 +02:00
Fabien Pinckaers 97dd8d1a25 Merge
bzr revid: fp@tinyerp.com-20080825222048-dfz0h2fx1ooofavq
2008-08-26 00:20:48 +02:00
Fabien Pinckaers 661982c072 Bugfix Timesheet (merge from C2C)
Adding properties modifications

bzr revid: fp@tinyerp.com-20080819194211-x55bqzxmebirmrht
2008-08-19 21:42:11 +02:00