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