You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Thibault Francois dd158e75df v1.1-2017-07-05 7 years ago
admin_technical_features [ADD] add module activating technical feature 7 years ago
base_technical_features [ADD] add tehcnical feature module 7 years ago
beesdoo_account S0041 : add date_invoice as required in vendor bills view 7 years ago
beesdoo_base v1.1-2017-07-05 7 years ago
beesdoo_coda [ADD] translation file for each individual module 8 years ago
beesdoo_crelan_csv [FIX] Import crelan use user lang to convert str balance to float 7 years ago
beesdoo_easy_my_coop [FIX] use existing field for cooperator type + [CLEAN] hide useless tab for physical person 7 years ago
beesdoo_inventory [FIX] [0024-Bug] cannot set two times the same responsible 7 years ago
beesdoo_pos [IMP] Pos placement of icon and size of button, use cooperator type for constraint, remove easy_my_coop dependency 7 years ago
beesdoo_product [IMP] remove print 7 years ago
beesdoo_project [ADD] translation file for each individual module 8 years ago
beesdoo_purchase [FIX] xpath in beesdoo_purchase 7 years ago
beesdoo_report [FIX] Warning on runbot 7 years ago
beesdoo_shift [FIX] use existing field for cooperator type + [CLEAN] hide useless tab for physical person 7 years ago
mass_editing [ADD] Mass editing module 7 years ago
pos_access_right [CLEAN] Remove pyc file and fix the compute field 7 years ago
pos_keyboard [ADD] pos_keyboard module from https://github.com/yelizariev/pos-addons 8 years ago
pos_price_to_weight [ADD] add module that allows the pos to compute the weight base on the 7 years ago
web_environment_ribbon [ADD] OCA env ribbon + [FIX] for v9 8 years ago
.gitignore [INIT][SPEC1001] First module task modification 8 years ago
README.md [ADD] add info in readme 8 years ago
requirement.txt [ADD] add requirement.txt for non standard python dependencies 8 years ago

README.md

Obeesdoo

Specific module for the Beescoop

Migrate barcode

insert into member_card (active, barcode, partner_id, responsible_id, activation_date) select 't', barcode, id, 1, '2016-01-01' from res_partner where barcode is not null;
update res_partner set eater = 'worker_eater' where barcode is not null;