Sylvain Calador
48fd1d33d1
[IMP] Restore POS category menu action when uninstall
10 years ago
Sylvain Calador
bdf8e4441a
[IMP] Module constraint install and uninstall
10 years ago
Sylvain Calador
e5551a33fb
[ADD] Add 'pos_product_category' module
10 years ago
Alexandre Fayolle
81e62afcb9
don't use travis container-based infrastructure
10 years ago
Adil Houmadi
fddc8f531f
[FIX] : Fix omitted instruction on taxes_ids
10 years ago
Alexis de Lattre
c741b61bcc
Merge pull request #18 from apertoso/8.0
Added dutch translation
10 years ago
Jos De Graeve
1567c3b86b
Added dutch translation
10 years ago
Sylvain LE GAL
ad0808e91e
Merge pull request #13 from gurneyalex/8.0-add_OCA_author
Add OCA as author of OCA addons
10 years ago
Pedro M. Baeza
1a6babcd1d
Merge pull request #12 from yvaucher/8.0-module-icons
Move module icon in static/description
10 years ago
Yannick Vaucher
e0e0364eb8
Move module icon in static/description
10 years ago
Alexandre Fayolle
52a849d443
Add OCA as author of OCA addons
In order to get visibility on https://www.odoo.com/apps the OCA board has
decided to add the OCA as author of all the addons maintained as part of the
association.
10 years ago
Pedro M. Baeza
d0fd71a65a
[IMP] pos_pricelist: Improve README
10 years ago
Sylvain LE GAL
7d14e55229
Merge pull request #6 from taktik/8.0-pos_dynamic_price
[ADD][8.0] : POS - manage pricelist in Front End POS
10 years ago
Sylvain LE GAL
5d831a6424
Merge pull request #11 from yvaucher/8.0-add-license-key
Add license key in __openerp__.py
10 years ago
Yannick Vaucher
dc74a67d7d
Add license key in __openerp__.py
10 years ago
Pedro M. Baeza
34528ee4c6
Merge pull request #7 from akretion/8.0-pos_product_template
[ADD] 'pos_product_template'
10 years ago
Sylvain LE GAL
46248d38c3
[IMP] Add screenshot descrption;
10 years ago
Sylvain LE GAL
34e14ac483
[REF]
10 years ago
Sylvain LE GAL
41ecfab361
[IMP] description of the module in openerp.py file;
10 years ago
Sylvain LE GAL
b8a5646426
[FIX] hide product attribute value in POS if value has no product associated to it
10 years ago
Sylvain LE GAL
01defb0366
[ADD] Add extra demo data that generate display bug
10 years ago
Sylvain LE GAL
19f560cd81
[ADD] 'pos_product_template' pot file
10 years ago
Sylvain LE GAL
5cde84e9d4
[FIX] Typo
10 years ago
Sylvain LE GAL
bec18f367c
[REF] remove useless variable, courtesy to Sylvain C;
10 years ago
Pedro M. Baeza
b372076674
Merge pull request #10 from akretion/8.0-201407-pos-code-sprint
[8.0] Add support for Customer LCD, credit card reader and check printer
10 years ago
Sébastien BEAU
e4676ed4e2
[FIX] fix travis add missing dependency pycountry
10 years ago
Sébastien BEAU
48da52a03c
[FIX] fix dependency installation for travis pyserial ;) not serial
10 years ago
Sébastien BEAU
232b93a292
[FIX] fix travis add missing dependency
10 years ago
Sébastien BEAU
0c15d2415c
Merge remote-tracking branch 'oca/8.0' into 8.0-201407-pos-code-sprint
10 years ago
Alexis de Lattre
d3da132e02
PEP8
10 years ago
Adil Houmadi
90e2579c9b
[REF] : introduce a new class PricelistEngine to refactor the code
[IMP] : refresh product UI to reflects while selecting a customer
For more details see the first point of this comment : https://github.com/OCA/pos/pull/6#issuecomment-68455367
10 years ago
Alexis de Lattre
e1a8e3f214
[FIX] Vicious bug that is invisible alone, but becomes visible when used with the module pos_pay_invoice
10 years ago
Adil Houmadi
3bff8f1c4f
[FIX] : access to db differently, context is much important !
10 years ago
Adil Houmadi
90f9243e3a
Update from upstream
Merge remote-tracking branch 'origin/8.0' into 8.0-pos_dynamic_price
* origin/8.0:
Remove second env list
Separated Lint tests
10 years ago
Adil Houmadi
4cd140fd22
[FIX] : remove <br/> from readme file
10 years ago
Adil Houmadi
d2c0baa396
[FIX] : fix Readme file
10 years ago
Adil Houmadi
8be730e2dd
[FIX] : E302 expected 2 blank lines, found 1
10 years ago
Adil Houmadi
2092500fea
[ADD] Some functional testing
10 years ago
Sylvain LE GAL
d61423ff6a
[ADD] fr translation;
10 years ago
Sylvain LE GAL
92a84bc37b
[IMP] better display of attributes values;
[FIX] overflow bug;
10 years ago
Adil Houmadi
91fc78d2ab
[CHG] : Rename README to README.rst ( https://github.com/OCA/pos/pull/6#issuecomment-66383621 )
[CHG] : Rename module to pos_pricelist instead of the old one
[FIX] : Fix typo mentioned on this comments :
- https://github.com/OCA/pos/pull/6#discussion_r21574900
- https://github.com/OCA/pos/pull/6#commitcomment-9012800
[IMP] : Recover a missed feature while setting a price for an orderline https://github.com/OCA/pos/pull/6#discussion_r21575474
[IMP] : Switch to while loop while iterating over an array
[REM] : Avoid bad practice on Object Class : https://github.com/OCA/pos/pull/6#commitcomment-9012727
10 years ago
Sylvain LE GAL
19ee2aed58
Merge pull request #8 from yvaucher/8.0-separate-lint
Separated Lint tests
10 years ago
Yannick Vaucher
30834dc7de
Remove second env list
10 years ago
Yannick Vaucher
08bc3cd2bf
Separated Lint tests
10 years ago
Sylvain LE GAL
56845a421c
[ADD] 'pos_product_template'
10 years ago
Adil Houmadi
978c7412fb
[FIX] Flake8
10 years ago
Adil Houmadi
af03649502
Revert "[FIX] flask8"
This reverts commit 7040fe9eea
.
10 years ago
Adil Houmadi
7040fe9eea
[FIX] flask8
10 years ago
Adil Houmadi
d71e9f2f8c
flake8 is not happy :)
10 years ago
Adil Houmadi
d8b5fce657
[ADD] : Dynamic Price for POS
10 years ago