Pedro M. Baeza
b9221e27a3
[FIX] pos_pricelist: FP taxes with multi-company. Fixes #84
The object account.fiscal.position.tax doesn't have multi-company rules,
which leads to error in environments with multi-company and these records,
because it finally accesses to the parent fiscal position, which on contrary
has access rules, provoking an access error.
This commit added the field company_id to the model, and add the corresponding
access rule.
9 years ago
Pedro M. Baeza
dd1b1a6636
Merge pull request #80 from JGarcia-Panach/patch-1
Create es.po
9 years ago
Javier García-Panach
3d80a08687
Create es.po
9 years ago
OCA Git Bot
6d3d7d474c
[UPD] addons table in README.md
9 years ago
Pedro M. Baeza
511d89dc98
[IMP] pos_customer_required: Improve README
9 years ago
Pedro M. Baeza
ce0f53a5f8
[MOV] pos_require_customer > pos_customer_required
9 years ago
Pedro M. Baeza
cb4a89dcaf
Merge branch 'apertoso-8.0_pos_require_customer' into 8.0
9 years ago
Pedro M. Baeza
452db21c8d
Merge branch '8.0_pos_require_customer' of https://github.com/apertoso/pos into apertoso-8.0_pos_require_customer
9 years ago
Sylvain LE GAL
bf4daa4117
Merge pull request #71 from VoedselCoop/8.0-pos_pricelist_preserve_manual_price
[IMP] Preserve manually modified price in most cases
9 years ago
Alexis de Lattre
a061fdd71b
Merge pull request #69 from acsone/8.0-pos-gitignore-ape
[CHG] Update gitignore according with https://github.com/OCA/maintainer-tools/blob/master/.gitignore
9 years ago
Stefan Rijnhart
a10bc113c1
[IMP] Preserve manually modified price in most cases
9 years ago
Adrien Peiffer (ACSONE)
bdbf7697ba
[CHG] Update gitignore according with https://github.com/OCA/maintainer-tools/blob/master/.gitignore
9 years ago
Sylvain LE GAL
ae3aa56ee5
Merge pull request #66 from Antiun/pr-8.0-fix_set_quantity
[8.0][FIX] fix set_quantity js
9 years ago
Javier Iniesta
77f74d8e43
[FIX] fix set_quantity js
9 years ago
Alexis de Lattre
392e35188f
hw_telium_payment_terminal: add 2 tested devices
9 years ago
Stéphane Bidoul
fd08f1ee64
[UPD] prefix versions with 8.0
9 years ago
Stéphane Bidoul
0b545ce098
[UPD] addons table in README.md
10 years ago
Pedro M. Baeza
9be1ad5527
Merge pull request #56 from Antiun/pr-pos_ticket_unit_price
[IMP] Show unit price when qty is not 1
10 years ago
Antonio Espinosa
e9ac0d5d7a
[IMP] Show unit price when qty is not 1
10 years ago
Stéphane Bidoul
f69f44711e
[ADD] addons table in README.md
10 years ago
Sylvain LE GAL
8c95179261
Merge pull request #47 from cellsnake/cellsnake-pos_category_button_with_image-1
[add]pos product category button with image
10 years ago
Juan Carlos Montoya
d6988d71e4
[FIX] remove useless lines
10 years ago
Juan Carlos Montoya
2459a32a3d
Update models.js
10 years ago
Juan Carlos Montoya
244a808a7b
Merge pull request #3 from cellsnake/pos_pricelist_with_price_extra
[FIX] pos_pricelist does not include price_extra (product variant)
10 years ago
Juan Carlos Montoya
f8068a9db7
Update models.js
10 years ago
cellsnake
be2689f567
Fixed PEP8 warning: line too long
10 years ago
cellsnake
66200b7c4a
update _get_image, _set_image
for image_medium
10 years ago
Sylvain LE GAL
8493b25c3f
Merge pull request #45 from factorlibre/8.0_pos_gift_ticket
[ADD] Pos Gift Ticket Module
10 years ago
Ismael Calvo
1240080e19
[ADD] Gift Ticket Missing features
10 years ago
Ismael Calvo
41dbe7b825
[ADD] Gift Ticket Missing features
10 years ago
cellsnake
785b42c590
remove .idea files
10 years ago
cellsnake
edc44edf9d
Merge remote-tracking branch 'origin/cellsnake-pos_category_button_with_image-1' into cellsnake-pos_category_button_with_image-1
10 years ago
cellsnake
e6fcf09627
*Modify XML view (style image field)
*Override javascript method original POS (get_image_url)
10 years ago
Juan Carls M.
9bf7054ba8
Update .gitignore
10 years ago
Juan Carls M.
468da47d26
Update .gitignore
10 years ago
Juan Carls M.
87f4868746
Update .gitignore
10 years ago
Ismael Calvo
e0e95e5485
[ADD] OCA author
10 years ago
Sylvain LE GAL
4e4a0f8b88
Merge pull request #48 from rafaelbn/patch-1
Update __openerp__.py
10 years ago
Rafael Blasco
5bbacf7cad
Update __openerp__.py
Deleted description as exist readme
10 years ago
Juan Carls M.
8e5b4fb6c2
add widgets2.js file
This file replace src attribute original script POS
10 years ago
cellsnake
05ff74648c
Merge remote-tracking branch 'origin/cellsnake-pos_category_button_with_image-1' into cellsnake-pos_category_button_with_image-1
10 years ago
cellsnake
a8b47f6003
update js file POS
10 years ago
cellsnake
58885140b8
update for bad definition inverse method in field image_medium
10 years ago
cellsnake
e53353daed
update por bad definition inverse method in field image_medium
10 years ago
cellsnake
f5318e6f20
- change self.image by record.image
in inverse _save_image_medium method
- add class css and size 100px image in product category form view
10 years ago
cellsnake
847a3c5a50
updates for:
image_medium with inverse parameter
updated method _save_image_medium
10 years ago
Pedro M. Baeza
4e4b98c618
Merge pull request #44 from Antiun/pr-fix_pos_pricelist_init
[FIX] init calculation of taxes
10 years ago
cellsnake
c892973e6e
updates for:
./pos_remove_pos_category/product.py:55:1: W293 blank line contains whitespace
./pos_remove_pos_category/product.py:60:20: F821 undefined name 'tools'
10 years ago
Juan Carls M.
5274a9ea37
Update pos_category.xml
10 years ago
Juan Carls M.
b0af23ae15
Update product.py
10 years ago