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 98f4cc51b9 [ADD] pos_keyboard module from https://github.com/yelizariev/pos-addons 8 years ago
beesdoo_base [MERGE][TASK S0025] 0025 - commande@bees-coop.be follower automatique 8 years ago
beesdoo_coda [CHANGE] use old and new balance date as unique ID, be sure to have no conflict with old unique id in coda 8 years ago
beesdoo_migration_asbl_to_coop [FIX] last solution for taxes import 8 years ago
beesdoo_pos Update __openerp__.py 8 years ago
beesdoo_product Traduction vers l'anglais des termes en français dans le code 8 years ago
beesdoo_project [MERGE] 9.0-activate-deactivate-card-Elise : 0003 - Carte BEES - Code à barre 8 years ago
beesdoo_purchase [MERGE][TASK S0025] 0025 - commande@bees-coop.be follower automatique 8 years ago
import_base [FIX] list price import 8 years ago
import_odoo [FIX] Add security to import_odoo_connection to avoid warning on runbot 8 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 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;