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.
 
 
 
 
 
robinkeunen 735e5705c5 use contact widget 6 years ago
admin_technical_features [ADD] add module activating technical feature 7 years ago
base_technical_features [FIX] fix test, it breask test openerp.addons.base_import.tests.test_cases: test_shallow to give default technical feature to admin 7 years ago
beesdoo_account S0041 : add date_invoice as required in vendor bills view 7 years ago
beesdoo_base Update __openerp__.py 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] Make the runbot green again, remove the warning 7 years ago
beesdoo_inventory [FIX] [0024-Bug] cannot set two times the same responsible 7 years ago
beesdoo_pos [IMP] pos: Don't show customer balance 7 years ago
beesdoo_pos_remove_0_qty add description 6 years ago
beesdoo_product [FIX] Make the runbot green again, remove the warning 7 years ago
beesdoo_project [ADD] translation file for each individual module 8 years ago
beesdoo_purchase use contact widget 6 years ago
beesdoo_report [FIX] Warning on runbot 7 years ago
beesdoo_shift [FIX] Remove wrong access right line 7 years ago
beesdoo_website_shift [CLEAN] Don't need to be that strict with 80 char per line it doesn't make the code more readable, 120 is perfectly fine nowdays. 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 Merge branch '9.0' into 9.0 7 years ago
web_environment_ribbon [ADD] OCA env ribbon + [FIX] for v9 8 years ago
.gitignore [INIT][SPEC1001] First module task modification 9 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;