~anubia/anubia-openerp-addons/6.1

« back to all changes in this revision

Viewing changes to date_order_sale_purchase_stock/__init__.py

  • Committer: Alejandro Santana
  • Date: 2015-01-09 18:14:57 UTC
  • Revision ID: alejandrosantana@anubia.es-20150109181457-04jc95iyd9kt2wac
[ADD] date_order_sale_purchase_stock: Module to order by date descending purchase, sale and stock-picking orders.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# -*- coding: utf-8 -*-
 
2
# License, author and contributors information in:
 
3
# __openerp__.py file at the root folder of this module.
 
4
 
 
5
from . import purchase
 
6
from . import sale
 
7
from . import stock