document_page_approval migration from Odoo 8.0 to Odoo 9.0

This commit is contained in:
Gervais Naoussi
2015-10-28 10:55:22 -04:00
parent 68f7183856
commit c518b37204
12 changed files with 291 additions and 133 deletions

View File

@@ -0,0 +1,16 @@
"""DocumentPageApproval test."""
# -*- coding: utf-8 -*-
from openerp.test.common import TransactionCase
class TestDocumentPageApproval(TransactionCase):
"""Test document page approval model."""
def setUp(self):
"""Test setUp."""
super()
pass
def __init__(self, arg):
"""Test initialisation."""
pass