Skip to content
Extraits de code Groupes Projets
Sélectionner une révision Git
  • 20ab1c4a74f797c957bc809bf5d6587aefd91606
  • 16.0 par défaut protégée
  • 18.0
  • 17.0
  • 14.0 protégée
  • 15.0 protégée
  • 12.0 protégée
  • 10.0 protégée
8 résultats

LICENSE

Blame
  • Ce projet est sous licence Apache License 2.0. En savoir plus
    assets.xml 414 o
    <?xml version="1.0"?>
    <!-- Copyright 2019 Le Filament
         License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl). -->
    
    <odoo>
    
    	<template id="cgscop_assets_backend" name="account assets" inherit_id="web.assets_backend">
            <xpath expr="." position="inside">
                <link rel="stylesheet" type="text/css" href="/cgscop_timesheet/static/src/css/style.css"/>
          	</xpath>
        </template>
    
    </odoo>