report_accountvoucher.py 359 B

123456789101112
  1. # You should have received a copy of the GNU Affero General Public License
  2. # along with this program. If not, see <http://www.gnu.org/licenses/>.
  3. #
  4. ##############################################################################
  5. from openerp import models, fields, api
  6. # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: