Sylvain LE GAL

Results 118 issues of Sylvain LE GAL

Hi all PoS developpers and @OCA/pos-maintainers For your information, a pending PR is done against Odoo/master (future V16). The refactor is quite huge. (166 files changed) ![image](https://user-images.githubusercontent.com/3407482/151134027-3349f23a-8557-4fad-a9e5-26df763c7375.png) Feel free to...

question
stale

Hi all, **Is your feature request related to a problem?** we regurlarly needs to makes python test, regarding PoS. for exemple, https://github.com/OCA/pos/blob/12.0/pos_session_closing_stock_error/tests/test_pos.py by @ivantodorovich, https://github.com/OCA/pos/blob/12.0/pos_multiple_control/tests/test_pos_multiple_control.py#L10 by @quentinDupont and Me. The...

enhancement
no stale

Avoid to display in the point of sale pricelists that are used only to compute other pricelist. based on https://github.com/OCA/sale-workflow/pull/2014 GRAP Task#477 : CC : @quentinDupont, @mounasb

approved
needs review

supersed : https://github.com/OCA/pos/pull/578 @alexis, to answer to your question here (https://github.com/OCA/pos/pull/578#issuecomment-904095023), to fix most of the errors, you can - run ``pre-commit run -a``, that will autofix a lot of...

stale

This trivial module prevent to write on ``account.invoice.line`` model, if invoices are not in draft state. It is a similar implementation as ``account.move.line`` checks, present in ``account`` module. see :...

needs review

Hi @all : I'm thinking since a while to split the project pywebdriver in two subprojects. 1) for a part A full python lib project, that could be installed only...

Pywebdriver-Core

- [FIX] add reference to pypostelium in the requirement file. - [FIX] remove call to pip. ref https://github.com/pypa/pip/issues/5243

Ref : https://github.com/akretion/pywebdriver/issues/45 In a first time my proposal is the following : # akretion/pywebdriver project - [ ] now a python library, that can be installed with ``pip install``...

Pywebdriver-Core

Port : https://github.com/akretion/pywebdriver/blob/master/pywebdriver/views.py#L63 CC : @alexis-via

enhancement
Pywebdriver-Core

Hi all, I'm trying to run new OCA CI and some modules are dependending on odoo-usability modules. however odoo-usability modules is not using OCA convention, specially setup folder is missing....