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 818115d353 [ADD] hide subscribe button is not worker 7 years ago
beesdoo_account S0041 : add date_invoice as required in vendor bills view 7 years ago
beesdoo_base [S0047] Faire le suivi des inscriptions aux séances info/inscriptions shifts 7 years ago
beesdoo_coda [ADD] translation file for each individual module 7 years ago
beesdoo_crelan_csv [FIX] Import crelan use user lang to convert str balance to float 7 years ago
beesdoo_inventory [S0046] 0046 - Faciliter la réception de marchandises: Add a button to copy all qty in done column at reception 7 years ago
beesdoo_pos [FIX] Duplicate coin value in order to not forget set coin value 7 years ago
beesdoo_product [FIX] Button should take two column 7 years ago
beesdoo_project [ADD] translation file for each individual module 7 years ago
beesdoo_purchase [FIX] xpath in beesdoo_purchase 7 years ago
beesdoo_report [FIX] Warning on runbot 7 years ago
beesdoo_shift [ADD] hide subscribe button is not worker 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
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;