~deneroteam/openerp-rma/openerp-rma

« back to all changes in this revision

Viewing changes to product_warranty/__init__.py

  • Committer: Joel Grand-Guillaume
  • Date: 2013-12-20 14:16:09 UTC
  • mfrom: (68.1.33 openerp-rma)
  • Revision ID: joel.grandguillaume@camptocamp.com-20131220141609-62vt6kn06q9ut5cb
[MIGR] Migrate the crm_claim_rma to version 7.0:
Split of the module in :
- crm_rma_advance_location (extract the warehouse and location additions that the original module had)
- crm_rma_lot_mass_return(extracted the mass return button to return products from serial)
- crm_claim_ext(trash bin module where land all functions that I wasn't able to restore)
Add module crm_rma_by_shop (new module that add the shop_id on claims and the according filter to work with)
[IMP] Usability improvements to match v7.0 possibilities
[IMP] Cleanup of the code, PEP8, community standards,...

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
#You should have received a copy of the GNU General Public License      #
20
20
#along with this program.  If not, see <http://www.gnu.org/licenses/>.  #
21
21
#########################################################################
22
 
 
23
 
import product_warranty
 
22
from . import product_warranty
 
23
from . import res_company
 
 
b'\\ No newline at end of file'