Commit Graph

47 Commits

Author SHA1 Message Date
Denis Ledoux 87dd06c941 [MERGE] forward port of branch saas-3 up to 8c150c6 2015-01-15 14:43:32 +01:00
Denis Ledoux a692c6e934 [MERGE] forward port of branch 7.0 up to f406847 2015-01-15 11:49:28 +01:00
Denis Ledoux e261c44a10 [FIX] point_of_sale: ACLs for pos users
POS users should not be able to create nor modify payment methods (account.journal)
POS users should not be able to create nor modify point of sales (pos.config)

At first opened session, if no payment methods was set, this is possible that the pos user should temporary have accesses granted to mark a payment method as pos payment method. This is done by the openerp.SUPERUSER_ID added by this rev.

opw-625489
2015-01-13 18:15:30 +01:00
Christophe Matthieu 43977deb71 [IMP] product: refactoring of product variant. The main view became the view of product template and the product product (or product variant) are created with the variant values combinaison. Bom is splitted into bom and bom line and can use the variant combinaison. 2014-05-27 09:42:52 +02:00
Quentin (OpenERP) 753f7541db [MERGE] main trunk
bzr revid: qdp-launchpad@openerp.com-20140203173000-mk092iw2wz3y0e3e
2014-02-03 18:30:00 +01:00
Christophe Matthieu 2fab26a2d2 [IMP] point_of_sale, product: change model 'pos.category' of the pos into product.public.category in product. product.public.category is used for eg by pos and website_sale. Add some demo data for this category. Add a domain in pos 'model.js' to select non empty categories
bzr revid: chm@openerp.com-20130828151658-3isgyl93c3hwp1pc
2013-08-28 17:16:58 +02:00
Quentin (OpenERP) dee5ace29b [MERGE] trunk
bzr revid: qdp-launchpad@openerp.com-20130624095319-sqkrnk4r1mst8nvk
2013-06-24 11:53:19 +02:00
Quentin (OpenERP) 9c8d2f1ea9 [REM] point_of_sale: removed by margin analysis that doesn't sound interestigng at all for a point of sale and that is not compliant with the new type of standard price (fields.property)
bzr revid: qdp-launchpad@openerp.com-20130528095822-xxnubsv1mkgg78vu
2013-05-28 11:58:22 +02:00
sgo@tinyerp.com e4250d1558 [IMP]remove sale.shop from pos and improve code
bzr revid: sgo@tinyerp.com-20130123113306-n7enol5as84sv0g2
2013-01-23 17:03:06 +05:30
Denis Ledoux dle@openerp.com 7e1ffaf613 [REM]Remove all account.journal.view and account.journal.column references
bzr revid: dle@openerp.com-20121122104504-ezgj2666zkhgybpj
2012-11-22 11:45:04 +01:00
Stephane Wirtel 28c036aef0 [FIX] point_of_sale: A manager can create a ir.sequence for the pos.config
bzr revid: stw@openerp.com-20120821083828-as5sqvatvvseaj9d
2012-08-21 10:38:28 +02:00
Frédéric van der Essen 313496382a [FIX] Forgot to add pos_basewidget.js
bzr revid: fva@openerp.com-20120516130142-5u23uerr5s8y7ydq
2012-05-16 15:01:42 +02:00
Fabien Pinckaers 341c6b0843 [IMP] PoS Backend
Improved layout of "PoS orders", "PoS Sessions" and "PoS Config" for useability
	Apply new design layouts for web client v7.0
	Rename PoS by Point of Sale everywhere
	Some typos, improved views
	Reviewed menu structure
"Default Point of Sale" field accessible through users preferences
PoS Config:
	Sequence is readonly
	Removed the "Draft" state --> easier, you do not need to active a PoS Config
	Default values on Shop and Journals
PoS Orders:
	Changed shop_id & journal_id on PoS Orders --> from normal fields to related field, depending on the session
Open Session:
	Fixed the wizard
	Several bugfixes and useability improvements
	Accounting Transactions posted at the close (not at the control)
Cash Registers:
	Lots of cleanups and bugfixes
Pos Sessions:
	Fixes and improved layout
	Better computation of all fields
	removed unused object "pos.config.journal"
PoS Orders:
	Default session_id

bzr revid: fp@openerp.com-20120512223743-b1vvbbybo8xq7e54
2012-05-13 00:37:43 +02:00
Stephane Wirtel 72c89a2028 [FIX] point_of_sale: Begin the connection between the frontend and the backend
bzr revid: stw@openerp.com-20120508152805-874rbq1jv8mpvwo6
2012-05-08 17:28:05 +02:00
Fabien Pinckaers f27318c8af [IMP] Security Rule: removed duplicates due to inheritancies of groups
bzr revid: fp@tinyerp.com-20111212181113-mhnnbps3ip8ls6pp
2011-12-12 19:11:13 +01:00
Fabien Pinckaers 75fb009dae [IMP] fix on PoS module
bzr revid: fp@tinyerp.com-20111208120111-skr3af91uiqot1ie
2011-12-08 13:01:11 +01:00
Vo Minh Thu a07264a62d [FIX] point_of_sale: typo.
bzr revid: vmt@openerp.com-20111202162739-9nd3h9h83s633lyj
2011-12-02 17:27:39 +01:00
Naresh (OpenERP) 6a29d79e9e [FIX]:WARNING:Model pos.category (Product Category) has no access rules
bzr revid: nch@tinyerp.com-20111124112800-9acn6j610yi1fspz
2011-11-24 16:58:00 +05:30
Fabien Pinckaers fe9500c14e [IMP] access rights cleaning
bzr revid: fp@tinyerp.com-20101016164709-8w551aaosqx0dufu
2010-10-16 18:47:09 +02:00
uco (Open ERP) ead307653d [IMP, ADD] point_of_sale: Added access rules needed to complete pos order. Improved some rights for Close registers.
bzr revid: uco@tinyerp.com-20101005134228-1vdavxepj9oq8veq
2010-10-05 19:12:28 +05:30
uco (Open ERP) e6a7836977 [IMP] point_of_sale: Improvements in access rules.
bzr revid: uco@tinyerp.com-20101005102305-d59h5o83g5btb034
2010-10-05 15:53:05 +05:30
uco (Open ERP) 01bda9b4b4 [REM] point_of_sale: Removed unused object 'pos.payment' as Payment is now done with 'account.bank.statement' object from account.
bzr revid: uco@tinyerp.com-20101005063026-eew1c2snhawv1not
2010-10-05 12:00:26 +05:30
uco (Open ERP) 34936a00cb [IMP] point_of_sale: Point of Sale Manager could have an access to Journal to configure register.
bzr revid: uco@tinyerp.com-20100929070304-un0xeh9qbi6glds9
2010-09-29 12:33:04 +05:30
VIR(OpenERP) 5fc9262ee5 [IMP] point_of_sale: Improved access rights.
bzr revid: uco@tinyerp.com-20100917060831-2czv77y6r6rer033
2010-09-17 11:38:31 +05:30
DBR (OpenERP) 87da764cd1 [MOD]Accessright changes in marketing_*
bzr revid: dbr@tinyerp.com-20100809104933-gca2o504ewa0vy72
2010-08-09 16:19:33 +05:30
Vir (Open ERP) 28eb625cb7 [REMOVE] point_of_sale : removed not required access rights, cleaned csv file
bzr revid: vir@tinyerp.com-20100809092756-59wqtxz7mjdod74w
2010-08-09 14:57:56 +05:30
AMP (OpenERP) 156b0369b1 [MOD] point_of_sale: usability improvement in access rights
bzr revid: amp@tinyerp.com-20100809055206-6lu790jhr5ub7f86
2010-08-09 11:22:06 +05:30
Vir (Open ERP) 2e2183e9f0 [MOD] point_of_sale : Modification in access rights
bzr revid: vir@tinyerp.com-20100807081859-tk0hqywl4me7gwtf
2010-08-07 13:48:59 +05:30
AMP (OpenERP) 086f180c80 [MOD] usability improvement in access rights
bzr revid: amp@tinyerp.com-20100726051551-i1udiuboxtn4vfve
2010-07-26 10:45:51 +05:30
AMP (OpenERP) 6eb86abda3 [MOD] usability improvement in access rights
bzr revid: amp@tinyerp.com-20100723072243-kpex4cdgckhga46d
2010-07-23 12:52:43 +05:30
Vir (Open ERP) d3286bb984 [ADD] point_of_sale : access rules are added, improvements in payment wizard
bzr revid: vir@tinyerp.com-20100630134355-hyzpueev6fwh3hmo
2010-06-30 19:13:55 +05:30
Vir (Open ERP) 939510af02 [IMP] point_of_sale : Improvements in Cash Registers, Opening Operations
bzr revid: vir@tinyerp.com-20100629133013-24o7e16zi70hp3g5
2010-06-29 19:00:13 +05:30
Vir (Open ERP) dca370d7b6 [MOD] point_of_sale: Usability Improvements
bzr revid: vir@tinyerp.com-20100624104136-gu8rv53v4s3c1bnm
2010-06-24 16:11:36 +05:30
Vir (Open ERP) 7232a399b9 [ADD] stock,point_of_sale : access rules are added
bzr revid: vir@tinyerp.com-20100616071914-nnp3ivcquvrt7yx6
2010-06-16 12:49:14 +05:30
Rvo(Open ERP) f6188dbf2e [MERGE] access rights: addition of some missing access rights for both osv and osv_memory. to be continued
bzr revid: odo@openerp.com-20100519164111-9n8vrpz4lfmml8an
2010-05-19 18:41:11 +02:00
Rvo (Open ERP) 5fd39ca156 [ADD]: access rights for osv_memory and osv_osv objects
bzr revid: rvo@tinyerp.co.in-20100421111435-v4u8cemnfir19kh0
2010-04-21 16:44:35 +05:30
sbh (Open ERP) d5d3a0bb0a [IMP] point_of_sale:remove the account_receivable in res.company and contact_mode_id
bzr revid: sbh@tinyerp.com-20100420133628-rzr9rneiutktgdhs
2010-04-20 19:06:28 +05:30
sbh (Open ERP) 7611e71be0 [IMP] point_of_sale: add the access rules and remove the unused code
bzr revid: sbh@tinyerp.com-20100401055304-dn647u7jj6e2cmjn
2010-04-01 11:23:04 +05:30
sbh (Open ERP) b8102156c2 [Add] point_of_sale: add the access rules
bzr revid: sbh@tinyerp.com-20100319082003-yr6emt81re08em18
2010-03-19 13:50:03 +05:30
uco (OpenERP) 3cf09ab564 [ADD]: Added access rules for remaining objects in knowledge, point_of_sale and sale modules.
bzr revid: uco@tinyerp.co.in-20100305114419-l1dunxfy2buwwic4
2010-03-05 17:14:19 +05:30
Vir (Open ERP) 412ac5a93f [Add] Point Of Sale : Added new files for changes in point of sale module
bzr revid: vir@tinyerp.com-20100118083826-o1u6y8mfktzvfxo7
2010-01-18 14:08:26 +05:30
Olivier Laurent 135e694aea [FIX] [point_of_sale] security was not set for config/default_journal menu and pos.config.journal object
bzr revid: olt@tinyerp.com-20090703064524-2y7uo0w62uzconjy
2009-07-03 08:45:24 +02:00
Jay (Open ERP) 9b9094cf94 [FIX] Bug 373809 : Added rights to PoS user(ref:ANP)
bzr revid: jvo@tinyerp.com-20090512070553-mz9mdkif0gd608f1
2009-05-12 12:35:53 +05:30
Christophe Simonis cebb03c476 fix and complete access rules
bzr revid: christophe@tinyerp.com-20081017170345-4gw81edzvd2yjtyw
2008-10-17 19:03:45 +02:00
Christophe Simonis 1a138e1454 fix and complete access rules
bzr revid: christophe@tinyerp.com-20081017162038-kzsgroivk73t0vyx
2008-10-17 18:20:38 +02:00
Fabien Pinckaers 51f8c2b263 Better Security Rules
bzr revid: fp@tinyerp.com-20080903224650-u1oadqv9x75atmyl
2008-09-04 00:46:50 +02:00
Fabien Pinckaers b4d6690794 Improved Security
bzr revid: fp@tinyerp.com-20080903180400-df7l6wxg1zpirmmi
2008-09-03 20:04:00 +02:00